HomeSort by relevance Sort by last modified time
    Searched full:mbcs (Results 1 - 25 of 200) sorted by null

1 2 3 4 5 6 7 8

  /external/chromium_org/third_party/icu/source/test/testdata/
test4x.ucm 8 # Test file for MBCS conversion extension with four-byte codepage data.
13 <uconv_class> "MBCS"
test1.ucm 8 # Test file for MBCS conversion with single-byte codepage data.
13 <uconv_class> "MBCS"
test5.ucm 8 # Test file for MBCS conversion with three-byte codepage data.
14 <uconv_class> "MBCS"
test1bmp.ucm 8 # Test file for MBCS conversion with single-byte codepage data.
15 <uconv_class> "MBCS"
test3.ucm 8 # Test file for MBCS conversion with three-byte codepage data.
14 <uconv_class> "MBCS"
test4.ucm 8 # Test file for MBCS conversion with four-byte codepage data.
13 <uconv_class> "MBCS"
  /external/icu/icu4c/source/test/testdata/
test4x.ucm 8 # Test file for MBCS conversion extension with four-byte codepage data.
13 <uconv_class> "MBCS"
test1.ucm 8 # Test file for MBCS conversion with single-byte codepage data.
13 <uconv_class> "MBCS"
test5.ucm 8 # Test file for MBCS conversion with three-byte codepage data.
14 <uconv_class> "MBCS"
test1bmp.ucm 8 # Test file for MBCS conversion with single-byte codepage data.
15 <uconv_class> "MBCS"
test2.ucm 8 # Test file for MBCS conversion with two-byte codepage data. (DBCS)
14 <uconv_class> "MBCS"
test3.ucm 8 # Test file for MBCS conversion with three-byte codepage data.
14 <uconv_class> "MBCS"
test4.ucm 8 # Test file for MBCS conversion with four-byte codepage data.
13 <uconv_class> "MBCS"
  /external/chromium_org/tools/gyp/test/win/compiler-flags/
character-set.gyp 32 'sources': ['character-set-mbcs.cc'],
  /ndk/sources/host-tools/sed-4.2.1/sed/
Makefile.am 6 sed_SOURCES = sed.c compile.c execute.c regexp.c fmt.c mbcs.c utils.c
  /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/chromium_org/third_party/icu/source/test/cintltst/
ncnvfbts.c 566 /*MBCS*/
569 log_err("u-> ibm-950(MBCS) with FallBack did not match.\n");
573 log_err("ibm-950->u(MBCS) with Fallback did not match.\n");
576 log_verbose("toUnicode fallback with fallback data for MBCS\n");
588 log_err("ibm-950->u(MBCS) with Fallback did not match.\n");
591 log_err("ibm-950->u(MBCS) with Fallback did not match.\n");
636 /*MBCS 1363*/
639 log_err("u-> ibm-1363(MBCS) with FallBack did not match.\n");
643 log_err("ibm-1363->u(MBCS) with Fallback did not match.\n");
646 /*some more test to increase the code coverage in MBCS. Create an test converter from test1.uc
    [all...]
  /external/icu/icu4c/source/test/cintltst/
ncnvfbts.c 566 /*MBCS*/
569 log_err("u-> ibm-950(MBCS) with FallBack did not match.\n");
573 log_err("ibm-950->u(MBCS) with Fallback did not match.\n");
576 log_verbose("toUnicode fallback with fallback data for MBCS\n");
588 log_err("ibm-950->u(MBCS) with Fallback did not match.\n");
591 log_err("ibm-950->u(MBCS) with Fallback did not match.\n");
636 /*MBCS 1363*/
639 log_err("u-> ibm-1363(MBCS) with FallBack did not match.\n");
643 log_err("ibm-1363->u(MBCS) with Fallback did not match.\n");
646 /*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.
139 /* Most MBCS/collation/case issues handled here. Wildcard '*' is not handled.
173 /* XXX: Fix for MBCS character width */
200 * XXX: Fix for locale/MBCS character width
214 /* XXX: handle locale/MBCS comparison, advance by MBCS char width */
230 /* XXX: handle locale/MBCS comparison, advance by MBCS char width */
259 /* XXX: handle locale/MBCS comparison, advance by the MBCS char width *
    [all...]
  /external/chromium_org/third_party/icu/source/tools/makeconv/
genmbcs.h 49 MBCS_STAGE_3_GRANULARITY=16, /* =1<<4: MBCS stage 2 indexes are shifted left 4 */
51 MBCS_STAGE_3_MBCS_SIZE=0x10000*MBCS_STAGE_3_GRANULARITY, /* max mappings for MBCS */
57 * Unlike for MBCS, this constant only affects the stage 3 block allocation size;
72 * MBCS_UTF8_MAX: Maximum code point with UTF-8-friendly MBCS data structures.
80 * Larger values cause slightly larger MBCS .cnv files.
115 /* Test if a 1:1 mapping fits into the MBCS base table's fromUnicode structure. */
  /external/icu/icu4c/source/tools/makeconv/
genmbcs.h 49 MBCS_STAGE_3_GRANULARITY=16, /* =1<<4: MBCS stage 2 indexes are shifted left 4 */
51 MBCS_STAGE_3_MBCS_SIZE=0x10000*MBCS_STAGE_3_GRANULARITY, /* max mappings for MBCS */
57 * Unlike for MBCS, this constant only affects the stage 3 block allocation size;
72 * MBCS_UTF8_MAX: Maximum code point with UTF-8-friendly MBCS data structures.
80 * Larger values cause slightly larger MBCS .cnv files.
115 /* Test if a 1:1 mapping fits into the MBCS base table's fromUnicode structure. */
  /external/chromium_org/third_party/icu/source/common/
ucnvmbcs.h 41 * At the moment, there are only variations of MBCS converters. They all have
43 * differ from those for other MBCS-style converters.
64 * slightly and optionally adds a table for conversion to MBCS (non-SBCS)
77 * In addition, a utf8Friendly MBCS file contains an additional
80 * UTF-8 lead byte and middle trail byte. Unlike the older MBCS stage 2 table,
101 * For MBCS, maxFastUChar should be at least U+D7FF (=initial value).
128 * MBCS-style data structure following the static data.
129 * Offsets are counted in bytes from the beginning of the MBCS header structure.
135 * 0 uint8_t[4] MBCS version in UVersionInfo format (currently 4.3.x.0)
202 * -- DBCS, MBCS, EBCDIC_STATEFUL, ...: roundtrip flags and indexe
    [all...]

Completed in 525 milliseconds

1 2 3 4 5 6 7 8