Lines Matching refs:MBCS
184 MBCS,
847 /* TODO need to indicate that ESC ( B was seen; if failure, then need to replay from source or from MBCS-style replay */
1110 * TODO(markus): Use and require new, faster MBCS conversion table structures.
1115 if(c<0x10000 || (sharedData->mbcs.unicodeMask&UCNV_HAS_SUPPLEMENTARY)) {
1116 table=sharedData->mbcs.fromUnicodeTable;
1120 myValue=MBCS_VALUE_2_FROM_STAGE_2(sharedData->mbcs.fromUnicodeBytes, stage2Entry, c);
1127 p=MBCS_POINTER_3_FROM_STAGE_2(sharedData->mbcs.fromUnicodeBytes, stage2Entry, c);
1153 cx=sharedData->mbcs.extIndexes;
1176 if(c>=0x10000 && !(sharedData->mbcs.unicodeMask&UCNV_HAS_SUPPLEMENTARY)) {
1180 table=sharedData->mbcs.fromUnicodeTable;
1182 value=MBCS_SINGLE_RESULT_FROM_U(table, (uint16_t *)sharedData->mbcs.fromUnicodeBytes, c);
1372 * MBCS; instead, the values are obtained directly by calling _MBCSFromUChar32().
2356 * MBCS converter and return