Home | History | Annotate | Download | only in common

Lines Matching refs:mbcs

271     ((cnv)->sharedData->mbcs.outputType==MBCS_OUTPUT_2_SISO ? (int8_t)(cnv)->mode : \
272 (cnv)->sharedData->mbcs.outputType==MBCS_OUTPUT_DBCS_ONLY ? 1 : -1)
376 match=ucnv_extMatchToU(cnv->sharedData->mbcs.extIndexes, (int8_t)UCNV_SISO_STATE(cnv),
394 ucnv_extWriteToU(cnv, cnv->sharedData->mbcs.extIndexes,
769 cnv->sharedData->mbcs.outputType==MBCS_OUTPUT_DBCS_ONLY)
872 match=ucnv_extMatchFromU(cnv->sharedData->mbcs.extIndexes,
896 ucnv_extWriteFromU(cnv, cnv->sharedData->mbcs.extIndexes,
1045 cx=sharedData->mbcs.extIndexes;
1061 } else if( sharedData->mbcs.outputType==MBCS_OUTPUT_DBCS_ONLY ||