Lines Matching refs:utf8Friendly
81 * This requires a utf8Friendly format with an additional mbcsIndex table for fast
85 * utf8Friendly also implies that the fromUnicode mappings are stored in ascending order
108 * - Optional utf8Friendly data structures, with 64-entry stage 3 block
320 * In version 4.3, the runtime code can build an sbcsIndex for a utf8Friendly
346 * In version 4.3, a utf8Friendly file contains an mbcsIndex table.
1650 * _MBCSHeader.version 4.3 adds utf8Friendly data structures.
1664 mbcsTable->utf8Friendly=TRUE;
1716 if(mbcsTable->utf8Friendly) {
3339 * utf8Friendly table: Test for <=0xd7ff rather than <=MBCS_FAST_MAX
3978 } else if(outputType==MBCS_OUTPUT_2 && cnv->sharedData->mbcs.utf8Friendly) {
3991 if(cnv->sharedData->mbcs.utf8Friendly) {
4073 * utf8Friendly table: Test for <=0xd7ff rather than <=MBCS_FAST_MAX
4080 /* get the bytes and the length for the output (copied from below and adapted for utf8Friendly data) */