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

  /external/icu4c/tools/makeconv/
genmbcs.c 55 * 0 if !utf8Friendly, otherwise 0x01ff..0xffff in steps of 0x100.
56 * If utf8Friendly, utf8Max is normally either MBCS_UTF8_MAX or 0xffff.
60 UBool utf8Friendly;
139 gDummy.utf8Friendly=TRUE;
584 if(mbcsData->utf8Friendly && c<=SBCS_UTF8_MAX) {
592 if(mbcsData->utf8Friendly) {
615 if(mbcsData->utf8Friendly && c<=SBCS_UTF8_MAX) {
626 if(mbcsData->utf8Friendly) {
714 if(mbcsData->utf8Friendly && c<=mbcsData->utf8Max) {
722 if(mbcsData->utf8Friendly) {
    [all...]
  /external/icu4c/common/
ucnvmbcs.h 55 * and from the utf8Friendly mbcsIndex at load time.
56 * (This only works with a utf8Friendly table.)
67 * The modifications are to make the data utf8Friendly. Not every 4.3 file
68 * file contains utf8Friendly data.
69 * It is utf8Friendly if _MBCSHeader.version[2]!=0.
70 * In this case, the data structures are utf8Friendly up to the code point
73 * A utf8Friendly file has fromUnicode stage 3 entries for code points up to
77 * In addition, a utf8Friendly MBCS file contains an additional
224 * -- optional utf8Friendly mbcsIndex -- _MBCSHeader.version 4.3 (ICU 3.8) and higher
363 * utf8Friendly data structures added with _MBCSHeader.version 4.
    [all...]
ucnvmbcs.c 79 * This requires a utf8Friendly format with an additional mbcsIndex table for fast
83 * utf8Friendly also implies that the fromUnicode mappings are stored in ascending order
106 * - Optional utf8Friendly data structures, with 64-entry stage 3 block
318 * In version 4.3, the runtime code can build an sbcsIndex for a utf8Friendly
344 * In version 4.3, a utf8Friendly file contains an mbcsIndex table.
    [all...]

Completed in 74 milliseconds