HomeSort by relevance Sort by last modified time
    Searched full:mbcs (Results 51 - 75 of 208) sorted by null

1 23 4 5 6 7 8 9

  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/distutils/
msvc9compiler.py 120 s = dec("mbcs")
279 raise DistutilsPlatformError(stderr.decode("mbcs"))
281 stdout = stdout.decode("mbcs")
386 self.__paths = vc_env['path'].encode('mbcs').split(os.pathsep)
387 os.environ['lib'] = vc_env['lib'].encode('mbcs')
388 os.environ['include'] = vc_env['include'].encode('mbcs')
  /external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/common/system/
executive_unittest.py 135 encoding = 'mbcs'
139 # On Windows, we expect the unicode->mbcs->unicode roundtrip to be
  /external/chromium_org/third_party/icu/scripts/
sjis_gen.sh 28 <uconv_class> "MBCS"
  /external/chromium_org/third_party/icu/source/common/
ucnv_cb.c 211 TODO: Is this untestable because the MBCS converter has a writeSub function to call
ucnv_bld.cpp     [all...]
  /external/chromium_org/third_party/icu/source/data/mappings/
icu-internal-compound-d5.ucm 15 <uconv_class> "MBCS"
ucmfiles.mk 22 # This behaviour is done in the mbcs converter code and is turned on if for that converter
lmb-excp.ucm 18 <uconv_class> "MBCS"
  /external/chromium_org/third_party/icu/source/i18n/
csrmbcs.h 20 // Recognizers for specific mbcs encodings make their "characters" available
  /external/icu/icu4c/source/common/
ucnv_cb.c 211 TODO: Is this untestable because the MBCS converter has a writeSub function to call
ucnv_bld.cpp     [all...]
  /external/icu/icu4c/source/data/mappings/
icu-internal-compound-d5.ucm 15 <uconv_class> "MBCS"
ucmfiles.mk 22 # This behaviour is done in the mbcs converter code and is turned on if for that converter
lmb-excp.ucm 18 <uconv_class> "MBCS"
  /external/icu/icu4c/source/i18n/
csrmbcs.h 20 // Recognizers for specific mbcs encodings make their "characters" available
  /sdk/find_java/src/source/
find_java_exe.cpp 28 * - No Unicode/MBCS support for now.
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/distutils/command/
bdist_wininst.py 275 # Convert cfgdata from unicode to ascii, mbcs encoded
282 cfgdata = cfgdata.encode("mbcs")
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_site.py 371 if value == "mbcs":
374 self.fail("did not alias mbcs")
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/distutils/command/
bdist_wininst.py 275 # Convert cfgdata from unicode to ascii, mbcs encoded
282 cfgdata = cfgdata.encode("mbcs")
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_site.py 371 if value == "mbcs":
374 self.fail("did not alias mbcs")
  /external/chromium_org/third_party/icu/source/tools/toolutil/
ucm.c 1057 * - MBCS: not a |2 SUB mapping for <subchar1>
1058 * - MBCS: not a |1 fallback to 0x00
1059 * - MBCS: not a multi-byte mapping with leading 0x00 bytes
1064 * All of the MBCS fromUnicode specific tests could be removed from here,
    [all...]
pkgitems.cpp 482 /* MBCS data */
489 udata_printError(ds, "icupkg/ucnv_enumDependencies(): too few bytes (%d after headers) for an ICU MBCS .cnv conversion table\n",
522 udata_printError(ds, "icupkg/ucnv_enumDependencies(): too few bytes (%d after headers) for an ICU MBCS .cnv conversion table with extension data\n",
  /external/icu/icu4c/source/tools/toolutil/
ucm.c 1057 * - MBCS: not a |2 SUB mapping for <subchar1>
1058 * - MBCS: not a |1 fallback to 0x00
1059 * - MBCS: not a multi-byte mapping with leading 0x00 bytes
1064 * All of the MBCS fromUnicode specific tests could be removed from here,
    [all...]
  /ndk/sources/host-tools/sed-4.2.1/
bootstrap.sh 143 ${CC} -DHAVE_CONFIG_H -I.. -I. -I../lib -c mbcs.c || exit 1
bootstrap.sh.in 143 ${CC} -DHAVE_CONFIG_H -I.. -I. -I../lib -c mbcs.c || exit 1

Completed in 849 milliseconds

1 23 4 5 6 7 8 9