Home | History | Annotate | Download | only in common

Lines Matching refs:utf8Friendly

84  * This requires a utf8Friendly format with an additional mbcsIndex table for fast
88 * utf8Friendly also implies that the fromUnicode mappings are stored in ascending order
111 * - Optional utf8Friendly data structures, with 64-entry stage 3 block
323 * In version 4.3, the runtime code can build an sbcsIndex for a utf8Friendly
349 * In version 4.3, a utf8Friendly file contains an mbcsIndex table.
1794 * _MBCSHeader.version 4.3 adds utf8Friendly data structures.
1808 mbcsTable->utf8Friendly=TRUE;
1860 if(mbcsTable->utf8Friendly) {
3487 * utf8Friendly table: Test for <=0xd7ff rather than <=MBCS_FAST_MAX
4122 } else if(outputType==MBCS_OUTPUT_2 && cnv->sharedData->mbcs.utf8Friendly) {
4135 if(cnv->sharedData->mbcs.utf8Friendly) {
4217 * utf8Friendly table: Test for <=0xd7ff rather than <=MBCS_FAST_MAX
4224 /* get the bytes and the length for the output (copied from below and adapted for utf8Friendly data) */