Home | History | Annotate | Download | only in common

Lines Matching refs:mbcs

269     ((cnv)->sharedData->mbcs.outputType==MBCS_OUTPUT_2_SISO ? (int8_t)(cnv)->mode : \
270 (cnv)->sharedData->mbcs.outputType==MBCS_OUTPUT_DBCS_ONLY ? 1 : -1)
374 match=ucnv_extMatchToU(cnv->sharedData->mbcs.extIndexes, (int8_t)UCNV_SISO_STATE(cnv),
392 ucnv_extWriteToU(cnv, cnv->sharedData->mbcs.extIndexes,
764 cnv->sharedData->mbcs.outputType==MBCS_OUTPUT_DBCS_ONLY)
867 match=ucnv_extMatchFromU(cnv->sharedData->mbcs.extIndexes,
891 ucnv_extWriteFromU(cnv, cnv->sharedData->mbcs.extIndexes,
1040 cx=sharedData->mbcs.extIndexes;
1056 } else if( sharedData->mbcs.outputType==MBCS_OUTPUT_DBCS_ONLY ||