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

  /external/icu4c/common/
ucnv_bld.cpp     [all...]
ucnvmbcs.h 57 * In this case, makeconv may increase maxFastUChar automatically to U+FFFF.
71 * maxFastUChar=((_MBCSHeader.version[2]<<8)|0xff)
74 * maxFastUChar allocated in blocks of 64 for indexing with the 6 bits from
78 * uint16_t mbcsIndex[(maxFastUChar+1)>>6];
82 * from code points up to maxFastUChar (and roundtrips to 0x00) are moved to
91 * For SBCS, maxFastUChar should be at least U+0FFF. The initial makeconv
93 * the file, a larger maxFastUChar only affects stage 3 block allocation size
101 * For MBCS, maxFastUChar should be at least U+D7FF (=initial value).
107 * maxFastUChar could be up to U+FFFF to cover the whole BMP, which could be
111 * (With maxFastUChar=0xffff, makeconv would have to check for mbcsIndex valu
    [all...]
ucnvmbcs.c 82 * (and UTF-8-friendly) fromUnicode conversion for Unicode code points up to maxFastUChar.
92 * Of the stage 2 table, the part corresponding to maxFastUChar and below is omitted.
97 * The rest of the stage 2 table, the part for code points above maxFastUChar,
324 * See maxFastUChar and other details in ucnvmbcs.h.
350 * See maxFastUChar, mbcsIndex and other details in ucnvmbcs.h.
    [all...]

Completed in 212 milliseconds