/external/icu/icu4c/source/test/testdata/ |
test4x.ucm | 10 # Test file for MBCS conversion extension with four-byte codepage data. 15 <uconv_class> "MBCS"
|
test1.ucm | 10 # Test file for MBCS conversion with single-byte codepage data. 15 <uconv_class> "MBCS"
|
test1bmp.ucm | 10 # Test file for MBCS conversion with single-byte codepage data. 17 <uconv_class> "MBCS"
|
test5.ucm | 9 # Test file for MBCS conversion with three-byte codepage data. 15 <uconv_class> "MBCS"
|
test2.ucm | 10 # Test file for MBCS conversion with two-byte codepage data. (DBCS) 16 <uconv_class> "MBCS"
|
test3.ucm | 10 # Test file for MBCS conversion with three-byte codepage data. 16 <uconv_class> "MBCS"
|
test4.ucm | 10 # Test file for MBCS conversion with four-byte codepage data. 15 <uconv_class> "MBCS"
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Lib/encodings/ |
mbcs.py | 1 """ Python 'mbcs' Codec for Windows
40 name='mbcs',
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/encodings/ |
mbcs.py | 1 """ Python 'mbcs' Codec for Windows
40 name='mbcs',
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/ |
test_startfile.py | 37 startfile(unicode(empty, "mbcs"))
38 startfile(unicode(empty, "mbcs"), "open")
|
/external/python/cpython2/Lib/encodings/ |
mbcs.py | 1 """ Python 'mbcs' Codec for Windows 40 name='mbcs',
|
/external/python/cpython2/Lib/test/ |
test_startfile.py | 37 startfile(unicode(empty, "mbcs")) 38 startfile(unicode(empty, "mbcs"), "open")
|
/prebuilts/gdb/darwin-x86/lib/python2.7/encodings/ |
mbcs.py | 1 """ Python 'mbcs' Codec for Windows 40 name='mbcs',
|
/prebuilts/gdb/darwin-x86/lib/python2.7/test/ |
test_startfile.py | 37 startfile(unicode(empty, "mbcs")) 38 startfile(unicode(empty, "mbcs"), "open")
|
/prebuilts/gdb/linux-x86/lib/python2.7/encodings/ |
mbcs.py | 1 """ Python 'mbcs' Codec for Windows 40 name='mbcs',
|
/prebuilts/gdb/linux-x86/lib/python2.7/test/ |
test_startfile.py | 37 startfile(unicode(empty, "mbcs")) 38 startfile(unicode(empty, "mbcs"), "open")
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/encodings/ |
mbcs.py | 1 """ Python 'mbcs' Codec for Windows 40 name='mbcs',
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/ |
test_startfile.py | 37 startfile(unicode(empty, "mbcs")) 38 startfile(unicode(empty, "mbcs"), "open")
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/encodings/ |
mbcs.py | 1 """ Python 'mbcs' Codec for Windows 40 name='mbcs',
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/ |
test_startfile.py | 37 startfile(unicode(empty, "mbcs")) 38 startfile(unicode(empty, "mbcs"), "open")
|
/external/icu/icu4c/source/test/cintltst/ |
ncnvfbts.c | 568 /*MBCS*/ 571 log_err("u-> ibm-950(MBCS) with FallBack did not match.\n"); 575 log_err("ibm-950->u(MBCS) with Fallback did not match.\n"); 578 log_verbose("toUnicode fallback with fallback data for MBCS\n"); 590 log_err("ibm-950->u(MBCS) with Fallback did not match.\n"); 593 log_err("ibm-950->u(MBCS) with Fallback did not match.\n"); 638 /*MBCS 1363*/ 641 log_err("u-> ibm-1363(MBCS) with FallBack did not match.\n"); 645 log_err("ibm-1363->u(MBCS) with Fallback did not match.\n"); 648 /*some more test to increase the code coverage in MBCS. Create an test converter from test1.uc [all...] |
/bionic/libc/upstream-openbsd/lib/libc/gen/ |
fnmatch.c | 83 * Certain parts of the code assume 0x00-0x3F are unique with any MBCS (e.g. 138 /* Most MBCS/collation/case issues handled here. Wildcard '*' is not handled. 172 /* XXX: Fix for MBCS character width */ 201 * XXX: Fix for locale/MBCS character width 215 /* XXX: handle locale/MBCS comparison, advance by MBCS char width */ 231 /* XXX: handle locale/MBCS comparison, advance by MBCS char width */ 260 /* XXX: handle locale/MBCS comparison, advance by the MBCS char width * [all...] |
/external/icu/icu4c/source/tools/makeconv/ |
genmbcs.h | 51 MBCS_STAGE_3_GRANULARITY=16, /* =1<<4: MBCS stage 2 indexes are shifted left 4 */ 53 MBCS_STAGE_3_MBCS_SIZE=0x10000*MBCS_STAGE_3_GRANULARITY, /* max mappings for MBCS */ 59 * Unlike for MBCS, this constant only affects the stage 3 block allocation size; 74 * MBCS_UTF8_MAX: Maximum code point with UTF-8-friendly MBCS data structures. 82 * Larger values cause slightly larger MBCS .cnv files. 117 /* Test if a 1:1 mapping fits into the MBCS base table's fromUnicode structure. */
|
/external/icu/icu4c/source/common/ |
ucnvmbcs.h | 43 * At the moment, there are only variations of MBCS converters. They all have 45 * differ from those for other MBCS-style converters. 69 * slightly and optionally adds a table for conversion to MBCS (non-SBCS) 82 * In addition, a utf8Friendly MBCS file contains an additional 85 * UTF-8 lead byte and middle trail byte. Unlike the older MBCS stage 2 table, 106 * For MBCS, maxFastUChar should be at least U+D7FF (=initial value). 133 * MBCS-style data structure following the static data. 134 * Offsets are counted in bytes from the beginning of the MBCS header structure. 140 * 0 uint8_t[4] MBCS version in UVersionInfo format (currently 4.3.x.0) 207 * -- DBCS, MBCS, EBCDIC_STATEFUL, ...: roundtrip flags and indexe [all...] |
/device/linaro/bootloader/edk2/StdLib/LibC/Uefi/InteractiveIO/ |
IIO.c | 47 They will need to be converted to MBCS when returned.
89 // Data in InBuf is wide characters. Convert to MBCS
96 // Now translate this into MBCS in Buffer
118 The parameter buf points to a MBCS string to be output. This is processed
133 @param[in] buf Pointer to the MBCS string to be output.
157 wchar_t OutChar[2]; // Just in case we run into a 4-byte MBCS character
220 // Output device expects narrow characters, convert to MBCS
225 // Now translate this into MBCS in the buffer pointed to by MbcsPtr.
230 // Send the MBCS buffer to Output
232 // Mark the Mbcs buffer after the last byte actually written [all...] |