Home | History | Annotate | Download | only in common

Lines Matching refs:mbcs

196         MBCS,
870 /* TODO need to indicate that ESC ( B was seen; if failure, then need to replay from source or from MBCS-style replay */
1136 * TODO(markus): Use and require new, faster MBCS conversion table structures.
1141 if(c<0x10000 || (sharedData->mbcs.unicodeMask&UCNV_HAS_SUPPLEMENTARY)) {
1142 table=sharedData->mbcs.fromUnicodeTable;
1146 myValue=MBCS_VALUE_2_FROM_STAGE_2(sharedData->mbcs
1153 p=MBCS_POINTER_3_FROM_STAGE_2(sharedData->mbcs.fromUnicodeBytes, stage2Entry, c);
1179 cx=sharedData->mbcs.extIndexes;
1202 if(c>=0x10000 && !(sharedData->mbcs.unicodeMask&UCNV_HAS_SUPPLEMENTARY)) {
1206 table=sharedData->mbcs.fromUnicodeTable;
1208 value=MBCS_SINGLE_RESULT_FROM_U(table, (uint16_t *)sharedData->mbcs.fromUnicodeBytes, c);
1398 * MBCS; instead, the values are obtained directly by calling _MBCSFromUChar32().
2382 * MBCS converter and return