Home | History | Annotate | Download | only in dist

Lines Matching defs:codepage

4042 ** codepage is currently defined.  Filenames containing international
48032 int codepage = useAnsi ? CP_ACP : CP_OEMCP;
48034 nByte = osMultiByteToWideChar(codepage, 0, zText, -1, NULL,
48043 nByte = osMultiByteToWideChar(codepage, 0, zText, -1, zMbcsText,
48061 int codepage = useAnsi ? CP_ACP : CP_OEMCP;
48063 nByte = osWideCharToMultiByte(codepage, 0, zWideText, -1, 0, 0, 0, 0);
48071 nByte = osWideCharToMultiByte(codepage, 0, zWideText, -1, zText,