HomeSort by relevance Sort by last modified time
    Searched defs:codePage (Results 1 - 11 of 11) sorted by null

  /external/lzma/CPP/Common/
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...]
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);
  /external/icu/icu4c/source/test/intltest/
datadrivennumberformattestsuite.cpp 34 const char *codePage = "UTF-8";
35 LocalUCHARBUFPointer f(ucbuf_open(path.data(), &codePage, TRUE, FALSE, &status));
rbbimonkeytest.cpp 633 const char *codePage = "UTF-8";
634 fRuleCharBuffer.adoptInstead(ucbuf_open(path.data(), &codePage, TRUE, FALSE, &status));
    [all...]
  /external/swiftshader/src/Reactor/
DLL.cpp 114 int codePage = pageAlign(sizeof(DOSheader) + (AMD64 ? sizeof(COFFheader64) : sizeof(COFFheader32)));
115 int exportsPage = codePage + pageAlign(codeSize);
141 COFFheader32.OptionalHeader.BaseOfCode = codePage;
195 COFFheader64.OptionalHeader.BaseOfCode = codePage;
231 textSection.VirtualAddress = codePage;
327 *address = base + codePage + location + (*address - (unsigned int)(size_t)function);
347 unsigned int functionAddress = codePage + function->location;
360 relocationBlock.VirtualAddress = codePage + i->first * 0x1000;
  /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/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 

Completed in 108 milliseconds