Searched refs:sqlite3_win32_unicode_to_utf8 (Results 1 – 2 of 2) sorted by relevance
285 extern char *sqlite3_win32_unicode_to_utf8(LPCWSTR);9792 extern char *sqlite3_win32_unicode_to_utf8(LPCWSTR);10789 zOut = sqlite3_win32_unicode_to_utf8(z); in portable_realpath()
50565 SQLITE_API char *sqlite3_win32_unicode_to_utf8(LPCWSTR zWideText){ in sqlite3_win32_unicode_to_utf8() function50699 zUtf8 = sqlite3_win32_unicode_to_utf8(zValue); in sqlite3_win32_set_directory16()