Searched refs:utf8Friendly (Results 1 - 3 of 3) sorted by relevance

/external/icu4c/tools/makeconv/
H A Dgenmbcs.c55 * 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; member in struct:MBCSData
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) {
942 UBool isOK, utf8Friendly; local
[all...]
/external/icu4c/common/
H A Ducnvmbcs.h55 * 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 dat
383 UBool utf8Friendly; /* for utf8Friendly data */ member in struct:UConverterMBCSTable
[all...]
H A Ducnvmbcs.c79 * 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.
1649 * _MBCSHeader.version 4.3 adds utf8Friendly data structures.
1663 mbcsTable->utf8Friendly=TRUE;
1715 if(mbcsTable->utf8Friendly) {
3338 * utf8Friendly table: Test for <=0xd7ff rather than <=MBCS_FAST_MAX
3972 } else if(outputType==MBCS_OUTPUT_2 && cnv->sharedData->mbcs.utf8Friendly) {
[all...]

Completed in 26 milliseconds