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

1 23 4 5 6 7 8 910

  /prebuilts/gdb/linux-x86/lib/python2.7/encodings/
aliases.py 443 # mbcs codec
444 'dbcs' : 'mbcs',
  /prebuilts/gdb/linux-x86/lib/python2.7/test/
test_unicode_file.py 26 # MBCS will not report the error properly
27 raise UnicodeError, "mbcs encoding problem"
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/encodings/
aliases.py 443 # mbcs codec
444 'dbcs' : 'mbcs',
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_unicode_file.py 26 # MBCS will not report the error properly
27 raise UnicodeError, "mbcs encoding problem"
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/encodings/
aliases.py 443 # mbcs codec
444 'dbcs' : 'mbcs',
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_unicode_file.py 26 # MBCS will not report the error properly
27 raise UnicodeError, "mbcs encoding problem"
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/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/python/cpython2/Lib/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')
  /prebuilts/gdb/darwin-x86/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')
  /prebuilts/gdb/linux-x86/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')
  /prebuilts/python/darwin-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')
  /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')
  /device/linaro/bootloader/edk2/StdLib/Include/
stdlib.h     [all...]
  /external/icu/icu4j/main/classes/charset/src/com/ibm/icu/charset/
CharsetLMBCS.java 252 LMBCS mbcs native encoding
    [all...]
  /external/icu/icu4j/tools/misc/src/com/ibm/icu/dev/tool/charsetdet/mbcs/
BIG5Tool.java 29 package com.ibm.icu.dev.tool.charsetdet.mbcs;
157 System.out.println(" " + fileMbcsChars + " mbcs Chars");
EUCTool.java 30 package com.ibm.icu.dev.tool.charsetdet.mbcs;
157 System.out.println(" " + fileMbcsChars + " mbcs Chars");
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/PyMod-2.7.2/Lib/
site.py 438 # Keep around for future mbcs support.
442 # while they are always available as "mbcs" in each locale. Make
443 # them usable by aliasing to "mbcs" in such a case."""
453 # encodings.aliases.aliases[enc] = 'mbcs'
  /external/icu/icu4c/source/common/
ucnv_cb.c 213 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 17 <uconv_class> "MBCS"
  /external/icu/icu4c/source/i18n/
csrmbcs.h 22 // Recognizers for specific mbcs encodings make their "characters" available
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/distutils/command/
bdist_wininst.py 271 # Convert cfgdata from unicode to ascii, mbcs encoded
278 cfgdata = cfgdata.encode("mbcs")
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
test_site.py 369 if value == "mbcs":
372 self.fail("did not alias mbcs")
  /external/python/cpython2/Lib/distutils/command/
bdist_wininst.py 275 # Convert cfgdata from unicode to ascii, mbcs encoded
282 cfgdata = cfgdata.encode("mbcs")
  /external/python/cpython2/Lib/test/
test_site.py 366 if value == "mbcs":
369 self.fail("did not alias mbcs")

Completed in 2915 milliseconds

1 23 4 5 6 7 8 910