Searched refs:codepage (Results 1 – 3 of 3) sorted by relevance
| /sqlite-3.40.0/src/ |
| H A D | test_quota.c | 384 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 D | os_win.c | 1732 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 D | sqlite.h.in | 3644 ** codepage is currently defined. Filenames containing international
|