/third_party/lzma/CPP/Common/ |
H A D | StringConvert.h | 26 inline UString GetUnicodeString(const AString &a, UINT codePage)
in GetUnicodeString() argument 28 inline UString GetUnicodeString(const char *a, UINT codePage)
in GetUnicodeString() argument 57 GetSystemString(const AString &a, UINT codePage) GetSystemString() argument 58 GetSystemString(const char *a, UINT codePage) GetSystemString() argument 69 GetSystemString(const UString &u, UINT codePage) GetSystemString() argument [all...] |
H A D | StdInStream.cpp | 68 int codePage = CodePage;
in ScanUStringUntilNewLine() local
|
H A D | ListFileUtils.cpp | 51 bool ReadNamesFromListFile2(CFSTR fileName, UStringVector &strings, UINT codePage, DWORD &lastError)
in ReadNamesFromListFile2() argument
|
H A D | StdOutStream.cpp | 66 int codePage = CodePage;
in Convert_UString_to_AString() local
|
H A D | StringConvert.cpp | 51 void MultiByteToUnicodeString2(UString &dest, const AString &src, UINT codePage)
in MultiByteToUnicodeString2() argument 117 static void UnicodeStringToMultiByte2(AString &dest, const UString &src, UINT codePage, char defaultChar, bool &defaultCharWasUsed)
in UnicodeStringToMultiByte2() argument 262 MultiByteToUnicodeString2(UString &dest, const AString &src, UINT codePage) MultiByteToUnicodeString2() argument 393 UnicodeStringToMultiByte2(AString &dest, const UString &src2, UINT codePage, char defaultChar, bool &defaultCharWasUsed) UnicodeStringToMultiByte2() argument 500 MultiByteToUnicodeString(const AString &src, UINT codePage) MultiByteToUnicodeString() argument 507 MultiByteToUnicodeString(const char *src, UINT codePage) MultiByteToUnicodeString() argument 513 UnicodeStringToMultiByte2(AString &dest, const UString &src, UINT codePage) UnicodeStringToMultiByte2() argument 519 UnicodeStringToMultiByte(const UString &src, UINT codePage, char defaultChar, bool &defaultCharWasUsed) UnicodeStringToMultiByte() argument 526 UnicodeStringToMultiByte(const UString &src, UINT codePage) UnicodeStringToMultiByte() argument [all...] |
/third_party/icu/icu4c/source/test/intltest/ |
H A D | numbertest_permutation.cpp | 165 const char* codePage = "UTF-8"; in testPermutations() local
|
H A D | datadrivennumberformattestsuite.cpp | 34 const char *codePage = "UTF-8"; in run() local
|
H A D | localematchertest.cpp | 648 const char *codePage = "UTF-8"; in testDataDriven() local
|
H A D | rbbimonkeytest.cpp | 649 const char *codePage = "UTF-8"; in openBreakRules() local
|
/third_party/lzma/CPP/7zip/Bundles/LzmaCon/ |
H A D | LzmaAlone.cpp | 135 int codePage = CP_OEMCP;
in Convert_UString_to_AString() local
|
/third_party/lzma/CPP/7zip/UI/Client7z/ |
H A D | Client7z.cpp | 87 int codePage = CP_OEMCP;
in Convert_UString_to_AString() local
|
/third_party/mesa3d/src/microsoft/compiler/ |
H A D | dxcapi.h | 358 _In_bytecount_(size) LPCVOID pText, UINT32 size, UINT32 codePage, member 361 _In_bytecount_(size) LPCVOID pText, UINT32 size, UINT32 codePage, member 364 _In_bytecount_(size) LPCVOID pText, IMalloc *pIMalloc, UINT32 size, UINT32 codePage, member 493 _In_bytecount_(size) LPCVOID pData, UINT32 size, UINT32 codePage, member 499 _In_bytecount_(size) LPCVOID pData, IMalloc *pIMalloc, UINT32 size, UINT32 codePage, member 508 _In_bytecount_(size) LPCVOID pData, UINT32 size, UINT32 codePage, member
|
/third_party/lzma/CPP/7zip/UI/Common/ |
H A D | ArchiveCommandLine.cpp | 1303 UInt32 codePage = (UInt32)FindCharset(parser, NKey::kListfileCharSet, false, CP_UTF8);
in Parse2() local 485 AddToCensorFromListFile( CObjectVector<CRenamePair> *renamePairs, NWildcard::CCensor &censor, const CNameOption &nop, LPCWSTR fileName, UInt32 codePage) AddToCensorFromListFile() argument 523 AddToCensorFromNonSwitchesStrings( CObjectVector<CRenamePair> *renamePairs, unsigned startIndex, NWildcard::CCensor &censor, const UStringVector &nonSwitchStrings, int stopSwitchIndex, const CNameOption &nop, bool thereAreSwitchIncludes, UInt32 codePage) AddToCensorFromNonSwitchesStrings() argument 658 AddSwitchWildcardsToCensor( NWildcard::CCensor &censor, const UStringVector &strings, const CNameOption &nop, UInt32 codePage) AddSwitchWildcardsToCensor() argument [all...] |