Lines Matching defs:cx
968 const int32_t *cx;
972 if( (cx=sharedData->mbcs.extIndexes)!=NULL &&
974 cnv, cx,
1035 const int32_t *cx;
1037 if( (cx=sharedData->mbcs.extIndexes)!=NULL &&
1039 cnv, cx,
3245 const int32_t *cx=sharedData->mbcs.extIndexes;
3246 if(cx!=NULL) {
3247 return ucnv_extSimpleMatchToU(cx, source, length, useFallback);
4679 const int32_t *cx;
4805 cx=sharedData->mbcs.extIndexes;
4806 if(cx!=NULL) {
4807 length=ucnv_extSimpleMatchFromU(cx, c, pValue, useFallback);