Home
last modified time | relevance | path

Searched refs:sqlite3_win32_unicode_to_utf8 (Results 1 – 2 of 2) sorted by relevance

/sqlite-3.40.0/src/
H A Dos_win.c1835 char *sqlite3_win32_unicode_to_utf8(LPCWSTR zWideText){ in sqlite3_win32_unicode_to_utf8() function
1967 zUtf8 = sqlite3_win32_unicode_to_utf8(zValue); in sqlite3_win32_set_directory16()
H A Dshell.c.in225 extern char *sqlite3_win32_unicode_to_utf8(LPCWSTR);
11539 char *z = sqlite3_win32_unicode_to_utf8(wargv[i]);