Home | History | Annotate | Download | only in common

Lines Matching refs:utf8Friendly

55  *   and from the utf8Friendly mbcsIndex at load time.
56 * (This only works with a utf8Friendly table.)
70 * The modifications are to make the data utf8Friendly. Not every 4.3 file
71 * file contains utf8Friendly data.
72 * It is utf8Friendly if _MBCSHeader.version[2]!=0.
73 * In this case, the data structures are utf8Friendly up to the code point
76 * A utf8Friendly file has fromUnicode stage 3 entries for code points up to
80 * In addition, a utf8Friendly MBCS file contains an additional
227 * -- optional utf8Friendly mbcsIndex -- _MBCSHeader.version 4.3 (ICU 3.8) and higher
366 * utf8Friendly data structures added with _MBCSHeader.version 4.3
380 const uint16_t *mbcsIndex; /* for fast conversion from most of BMP to MBCS (utf8Friendly data) */
381 uint16_t sbcsIndex[SBCS_FAST_LIMIT>>6]; /* for fast conversion from low BMP to SBCS (utf8Friendly data) */
386 UBool utf8Friendly; /* for utf8Friendly data */
387 UChar maxFastUChar; /* for utf8Friendly data */