/external/lzma/CPP/Common/ |
ListFileUtils.h | 12 bool ReadNamesFromListFile(CFSTR fileName, UStringVector &strings, UINT codePage = CP_OEMCP);
|
StdOutStream.cpp | 52 int codePage = g_CodePage;
53 if (codePage == -1)
54 codePage = CP_OEMCP;
56 if (codePage == CP_UTF8)
59 UnicodeStringToMultiByte2(dest, s, (UINT)codePage);
65 int codePage = g_CodePage;
66 if (codePage == -1)
67 codePage = CP_OEMCP;
68 if (codePage == CP_UTF8)
71 UnicodeStringToMultiByte2(temp, s, (UINT)codePage);
[all...] |
StringConvert.h | 9 UString MultiByteToUnicodeString(const AString &srcString, UINT codePage = CP_ACP);
12 void MultiByteToUnicodeString2(UString &dest, const AString &srcString, UINT codePage = CP_ACP);
13 void UnicodeStringToMultiByte2(AString &dest, const UString &s, UINT codePage, char defaultChar, bool &defaultCharWasUsed);
14 void UnicodeStringToMultiByte2(AString &dest, const UString &srcString, UINT codePage);
16 AString UnicodeStringToMultiByte(const UString &srcString, UINT codePage, char defaultChar, bool &defaultCharWasUsed);
17 AString UnicodeStringToMultiByte(const UString &srcString, UINT codePage = CP_ACP);
25 inline UString GetUnicodeString(const AString &multiByteString, UINT codePage)
26 { return MultiByteToUnicodeString(multiByteString, codePage); }
52 inline const wchar_t* GetSystemString(const wchar_t* unicodeString, UINT /* codePage */)
54 inline const UString& GetSystemString(const UString &unicodeString, UINT /* codePage */)
[all...] |
StringConvert.cpp | 12 UString MultiByteToUnicodeString(const AString &srcString, UINT codePage)
17 int numChars = MultiByteToWideChar(codePage, 0, srcString,
27 void MultiByteToUnicodeString2(UString &dest, const AString &srcString, UINT codePage)
45 unsigned numChars = MultiByteToWideChar(codePage, 0, sp + i,
56 void UnicodeStringToMultiByte2(AString &dest, const UString &s, UINT codePage, char defaultChar, bool &defaultCharWasUsed)
77 unsigned numChars = WideCharToMultiByte(codePage, 0, sp + i, s.Len() - i,
89 void UnicodeStringToMultiByte2(AString &dest, const UString &srcString, UINT codePage)
92 UnicodeStringToMultiByte2(dest, srcString, codePage, '_', defaultCharWasUsed);
95 AString UnicodeStringToMultiByte(const UString &s, UINT codePage, char defaultChar, bool &defaultCharWasUsed)
103 int numChars = WideCharToMultiByte(codePage, 0, s, s.Len(), [all...] |
StdInStream.cpp | 64 int codePage = g_CodePage;
65 if (codePage == -1)
66 codePage = CP_OEMCP;
68 if (codePage == CP_UTF8)
71 dest = MultiByteToUnicodeString(s, (UINT)codePage);
|
ListFileUtils.cpp | 28 bool ReadNamesFromListFile(CFSTR fileName, UStringVector &strings, UINT codePage)
39 if (codePage == MY__CP_UTF16 || codePage == MY__CP_UTF16BE)
52 if (codePage == MY__CP_UTF16)
86 if (codePage == CP_UTF8)
93 MultiByteToUnicodeString2(u, s, codePage);
|
/external/lzma/CPP/7zip/Archive/Common/ |
ItemNameUtils.h | 17 bool HasTailSlash(const AString &name, UINT codePage);
|
ItemNameUtils.cpp | 64 codePage
72 CharPrevExA((WORD)codePage, name, &name[name.Len()], 0);
|
/external/lzma/CPP/7zip/UI/Common/ |
ArchiveCommandLine.cpp | 367 LPCWSTR fileName, bool include, NRecursedType::EEnum type, bool wildcardMatching, Int32 codePage)
372 if (!ReadNamesFromListFile(us2fs(fileName), names, codePage))
395 bool thereAreSwitchIncludes, Int32 codePage)
410 AddToCensorFromListFile(renamePairs, censor, s.Ptr(1), true, type, wildcardMatching, codePage);
512 Int32 codePage)
553 AddToCensorFromListFile(NULL, censor, tail, include, recursedType, wildcardMatching, codePage);
853 Int32 CodePage;
886 return pair.CodePage;
1000 Int32 codePage = FindCharset(parser, NKey::kListfileCharSet, false, CP_UTF8);
1008 parser[NKey::kInclude].PostStrings, true, recursedType, wildcardMatching, codePage);
[all...] |
/external/icu/icu4c/source/test/intltest/ |
datadrivennumberformattestsuite.cpp | 32 const char *codePage = "UTF-8"; 33 LocalUCHARBUFPointer f(ucbuf_open(path.data(), &codePage, TRUE, FALSE, &status));
|
collationtest.cpp | [all...] |
/external/lzma/C/Util/7z/ |
7zMain.c | 106 , UINT codePage
125 numChars = WideCharToMultiByte(codePage, 0, s, len, (char *)buf->data, size, &defaultChar, &defUsed);
|
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/ |
org.eclipse.swt.win32.win32.x86_3.6.1.v3657a.jar | |
org.eclipse.swt.gtk.linux.x86_3.6.1.v3657a.jar | |
/prebuilts/tools/common/m2/repository/itext/itext/2.0.8/ |
itext-2.0.8.jar | |
/prebuilts/tools/windows/swt/ |
swt.jar | |
/prebuilts/tools/windows-x86_64/swt/ |
swt.jar | |