Home
last modified time | relevance | path

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

/sqlite-3.40.0/src/
H A Dos_win.c921 #define osMultiByteToWideChar ((int(WINAPI*)(UINT,DWORD,LPCSTR,int,LPWSTR, \ macro
1357 if ( osMultiByteToWideChar( in sqlite3_win32_write_debug()
1680 nChar = osMultiByteToWideChar(CP_UTF8, 0, zText, -1, NULL, 0); in winUtf8ToUnicode()
1688 nChar = osMultiByteToWideChar(CP_UTF8, 0, zText, -1, zWideText, in winUtf8ToUnicode()
1734 nByte = osMultiByteToWideChar(codepage, 0, zText, -1, NULL, in winMbcsToUnicode()
1743 nByte = osMultiByteToWideChar(codepage, 0, zText, -1, zMbcsText, in winMbcsToUnicode()