HomeSort by relevance Sort by last modified time
    Searched refs:utf8Friendly (Results 1 - 4 of 4) sorted by null

  /external/icu/icu4c/source/tools/makeconv/
genmbcs.cpp 57 * 0 if !utf8Friendly, otherwise 0x01ff..0xffff in steps of 0x100.
58 * If utf8Friendly, utf8Max is normally either MBCS_UTF8_MAX or 0xffff.
62 UBool utf8Friendly;
144 gDummy.utf8Friendly=TRUE;
592 if(mbcsData->utf8Friendly && c<=SBCS_UTF8_MAX) {
600 if(mbcsData->utf8Friendly) {
623 if(mbcsData->utf8Friendly && c<=SBCS_UTF8_MAX) {
634 if(mbcsData->utf8Friendly) {
722 if(mbcsData->utf8Friendly && c<=mbcsData->utf8Max) {
730 if(mbcsData->utf8Friendly) {
    [all...]
  /external/icu/icu4c/source/common/
ucnvmbcs.h 57 * and from the utf8Friendly mbcsIndex at load time.
58 * (This only works with a utf8Friendly table.)
72 * The modifications are to make the data utf8Friendly. Not every 4.3 file
73 * file contains utf8Friendly data.
74 * It is utf8Friendly if _MBCSHeader.version[2]!=0.
75 * In this case, the data structures are utf8Friendly up to the code point
78 * A utf8Friendly file has fromUnicode stage 3 entries for code points up to
82 * In addition, a utf8Friendly MBCS file contains an additional
229 * -- optional utf8Friendly mbcsIndex -- _MBCSHeader.version 4.3 (ICU 3.8) and higher
368 * utf8Friendly data structures added with _MBCSHeader.version 4.
    [all...]
ucnvmbcs.cpp 84 * This requires a utf8Friendly format with an additional mbcsIndex table for fast
88 * utf8Friendly also implies that the fromUnicode mappings are stored in ascending order
111 * - Optional utf8Friendly data structures, with 64-entry stage 3 block
323 * In version 4.3, the runtime code can build an sbcsIndex for a utf8Friendly
349 * In version 4.3, a utf8Friendly file contains an mbcsIndex table.
    [all...]
  /external/icu/icu4j/main/classes/charset/src/com/ibm/icu/charset/
CharsetMBCS.java 99 CharBuffer mbcsIndex; /* for fast conversion from most of BMP to MBCS (utf8Friendly data) */
100 // char sbcsIndex[/* SBCS_FAST_LIMIT>>6 */]; /* for fast conversion from low BMP to SBCS (utf8Friendly data) */
101 boolean utf8Friendly; /* for utf8Friendly data */
102 char maxFastUChar; /* for utf8Friendly data */
108 utf8Friendly = false;
455 mbcsTable.utf8Friendly = true;
    [all...]

Completed in 471 milliseconds