HomeSort by relevance Sort by last modified time
    Searched full:codepage (Results 276 - 300 of 346) sorted by null

<<11121314

  /external/clang/test/
lit.cfg 362 # Windows expects codepage, unless Wide API.
  /external/icu/icu4c/source/common/
locid.cpp 208 // In the platform codepage.
ucnv.c 129 /*Assumes a $platform-#codepage.$CONVERTER_FILE_EXTENSION scheme and calls
132 ucnv_openCCSID (int32_t codepage,
144 T_CString_integerToString(myName + myNameLen, codepage, 10);
688 ccsid = converter->sharedData->staticData->codepage;
    [all...]
ucnv_ext.h 69 * Mappings from multiple characters (code points or codepage state
ucnvlat1.c 277 /* this codepage does not map supplementary code points */
uinvchar.c 60 * These tables do not establish a converter or a codepage.
locmap.c 8 * LCID and Posix IDs or ICU locale to codepage
    [all...]
  /external/icu/icu4c/source/i18n/
choicfmt.cpp 215 string = UnicodeString(temp, -1, US_INV); /* invariant codepage */
  /external/pdfium/core/include/fxcrt/
fx_basic.h 291 static CFX_CharMap* GetDefaultMapper(FX_INT32 codepage = 0);
    [all...]
  /external/qemu/distrib/sdl-1.2.15/src/file/
SDL_rwops.c 149 /* Dither down to a codepage and hope for the best. */
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/share/info/
binutils.info     [all...]
  /external/chromium_org/third_party/icu/source/test/cintltst/
ccapitst.c     [all...]
custrtst.c     [all...]
  /external/icu/icu4c/source/test/cintltst/
ccapitst.c     [all...]
  /external/icu/icu4c/source/test/intltest/
collationtest.cpp     [all...]
  /external/stlport/src/c_locale_win32/
c_locale_win32.c 889 int CodePage = __GetDefaultCP(LOCALE_USER_DEFAULT);
890 my_ltoa(CodePage, cp);
    [all...]
  /ndk/sources/cxx-stl/stlport/src/c_locale_win32/
c_locale_win32.c 889 int CodePage = __GetDefaultCP(LOCALE_USER_DEFAULT);
890 my_ltoa(CodePage, cp);
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
winddi.h     [all...]
regstr.h 109 #define REGSTR_PATH_CODEPAGE TEXT("System\\CurrentControlSet\\Control\\Nls\\Codepage")
    [all...]
  /external/chromium_org/net/base/
filename_util_unittest.cc 139 // issue 14153: To be tested with the OS default codepage other than 1252.
    [all...]
  /external/chromium_org/third_party/icu/patches/
converters.patch 147 - windows-936 # Alternate mapping. Leave untagged. This is the IBM interpretation of a Windows codepage.
148 + #windows-936 # Alternate mapping. Leave untagged. This is the IBM interpretation of a Windows codepage.
229 - windows-949 # Alternate mapping. Leave untagged. This is the IBM interpretation of a Windows codepage.
232 + #windows-949 # Alternate mapping. Leave untagged. This is the IBM interpretation of a Windows codepage.
329 +# The 2nd column is the codepage byte sequence.
333 +# |1 for the best fallback codepage byte sequence.
    [all...]
  /external/chromium_org/third_party/icu/source/common/unicode/
utext.h 582 * (UTF-8, UTF-16, UTF-32, arbitrary codepage), and is not
    [all...]
  /external/chromium_org/third_party/icu/source/test/perf/collationperf/
collperf.cpp     [all...]
  /external/chromium_org/v8/test/cctest/
test-regexp.cc 190 CHECK_PARSE_EQ("[^]", "[\\x00-\\uffff]"); // \uffff isn't in codepage 1252
    [all...]
  /external/icu/icu4c/source/common/unicode/
utext.h 582 * (UTF-8, UTF-16, UTF-32, arbitrary codepage), and is not
    [all...]

Completed in 8055 milliseconds

<<11121314