Home
last modified time | relevance | path

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

/sqlite-3.40.0/src/
H A Dtest_quota.c384 int codepage; /* Code page used by fopen() */ in quota_utf8_to_mbcs() local
392 codepage = AreFileApisANSI() ? CP_ACP : CP_OEMCP; in quota_utf8_to_mbcs()
393 nMbcs = WideCharToMultiByte(codepage, 0, zTmpWide, nWide, 0, 0, 0, 0); in quota_utf8_to_mbcs()
396 WideCharToMultiByte(codepage, 0, zTmpWide, nWide, zMbcs, nMbcs, 0, 0); in quota_utf8_to_mbcs()
H A Dos_win.c1732 int codepage = useAnsi ? CP_ACP : CP_OEMCP; in winMbcsToUnicode() local
1734 nByte = osMultiByteToWideChar(codepage, 0, zText, -1, NULL, in winMbcsToUnicode()
1743 nByte = osMultiByteToWideChar(codepage, 0, zText, -1, zMbcsText, in winMbcsToUnicode()
1761 int codepage = useAnsi ? CP_ACP : CP_OEMCP; in winUnicodeToMbcs() local
1763 nByte = osWideCharToMultiByte(codepage, 0, zWideText, -1, 0, 0, 0, 0); in winUnicodeToMbcs()
1771 nByte = osWideCharToMultiByte(codepage, 0, zWideText, -1, zText, in winUnicodeToMbcs()
H A Dsqlite.h.in3644 ** codepage is currently defined. Filenames containing international