Home | History | Annotate | Download | only in orig

Lines Matching refs:codepage

2966 ** codepage is currently defined.  Filenames containing international
33586 ** current codepage settings for file apis.
33594 int codepage = osAreFileApisANSI() ? CP_ACP : CP_OEMCP;
33596 nByte = osMultiByteToWideChar(codepage, 0, zFilename, -1, NULL,
33605 nByte = osMultiByteToWideChar(codepage, 0, zFilename, -1, zMbcsFilename,
33616 ** user's ANSI codepage.
33624 int codepage = osAreFileApisANSI() ? CP_ACP : CP_OEMCP;
33626 nByte = osWideCharToMultiByte(codepage, 0, zWideFilename, -1, 0, 0, 0, 0);
33634 nByte = osWideCharToMultiByte(codepage, 0, zWideFilename, -1, zFilename,