Home | History | Annotate | Download | only in dist

Lines Matching refs:codepage

2966 ** codepage is currently defined.  Filenames containing international
33606 ** current codepage settings for file apis.
33614 int codepage = osAreFileApisANSI() ? CP_ACP : CP_OEMCP;
33616 nByte = osMultiByteToWideChar(codepage, 0, zFilename, -1, NULL,
33625 nByte = osMultiByteToWideChar(codepage, 0, zFilename, -1, zMbcsFilename,
33636 ** user's ANSI codepage.
33644 int codepage = osAreFileApisANSI() ? CP_ACP : CP_OEMCP;
33646 nByte = osWideCharToMultiByte(codepage, 0, zWideFilename, -1, 0, 0, 0, 0);
33654 nByte = osWideCharToMultiByte(codepage, 0, zWideFilename, -1, zFilename,