Home | History | Annotate | Download | only in common

Lines Matching refs: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);
4675 const int32_t *cx;
4801 cx=sharedData->mbcs.extIndexes;
4802 if(cx!=NULL) {
4803 length=ucnv_extSimpleMatchFromU(cx, c, pValue, useFallback);