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

  /external/icu4c/common/
ucnvmbcs.c 79 * This requires a utf8Friendly format with an additional mbcsIndex table for fast
92 * redundant with the mbcsIndex and will be reconstituted from that (also using the
107 * allocation for parts of the BMP, and an additional mbcsIndex in non-SBCS
344 * In version 4.3, a utf8Friendly file contains an mbcsIndex table.
348 * See maxFastUChar, mbcsIndex and other details in ucnvmbcs.h.
    [all...]
ucnvmbcs.h 55 * and from the utf8Friendly mbcsIndex at load time.
78 * uint16_t mbcsIndex[(maxFastUChar+1)>>6];
81 * the mbcsIndex does not contain roundtrip flags. Therefore, all fallbacks
111 * (With maxFastUChar=0xffff, makeconv would have to check for mbcsIndex value
224 * -- optional utf8Friendly mbcsIndex -- _MBCSHeader.version 4.3 (ICU 3.8) and higher
230 * uint16_t mbcsIndex[(maxFastUChar+1)>>6];
311 /* double-byte fromUnicode using the mbcsIndex */
314 /* double-byte fromUTF8 using the mbcsIndex; l and t1 combined into lt1; lt1 and t2 must be masked externally */
377 const uint16_t *mbcsIndex; /* for fast conversion from most of BMP to MBCS (utf8Friendly data) */

Completed in 202 milliseconds