Home | History | Annotate | Download | only in common

Lines Matching defs:cx

123 ucnv_extMatchToU(const int32_t *cx, int8_t sisoState,
134 if(cx==NULL || cx[UCNV_EXT_TO_U_LENGTH]<=0) {
139 toUTable=UCNV_EXT_ARRAY(cx, UCNV_EXT_TO_U_INDEX, uint32_t);
236 ucnv_extWriteToU(UConverter *cnv, const int32_t *cx,
253 UCNV_EXT_ARRAY(cx, UCNV_EXT_TO_U_UCHARS_INDEX, UChar)+
278 ucnv_extInitialMatchToU(UConverter *cnv, const int32_t *cx,
289 match=ucnv_extMatchToU(cx, (int8_t)UCNV_SISO_STATE(cnv),
299 ucnv_extWriteToU(cnv, cx,
332 ucnv_extSimpleMatchToU(const int32_t *cx,
343 match=ucnv_extMatchToU(cx, -1,
510 cx pointer to extension data; if NULL, returns 0
530 ucnv_extMatchFromU(const int32_t *cx,
546 if(cx==NULL) {
552 if(idx>=cx[UCNV_EXT_FROM_U_STAGE_1_LENGTH]) {
556 stage12=UCNV_EXT_ARRAY(cx, UCNV_EXT_FROM_U_STAGE_12_INDEX, uint16_t);
557 stage3=UCNV_EXT_ARRAY(cx, UCNV_EXT_FROM_U_STAGE_3_INDEX, uint16_t);
560 stage3b=UCNV_EXT_ARRAY(cx, UCNV_EXT_FROM_U_STAGE_3B_INDEX, uint32_t);
577 fromUTableUChars=UCNV_EXT_ARRAY(cx, UCNV_EXT_FROM_U_UCHARS_INDEX, UChar);
578 fromUTableValues=UCNV_EXT_ARRAY(cx, UCNV_EXT_FROM_U_VALUES_INDEX, uint32_t);
671 ucnv_extWriteFromU(UConverter *cnv, const int32_t *cx,
707 result=UCNV_EXT_ARRAY(cx, UCNV_EXT_FROM_U_BYTES_INDEX, uint8_t)+value;
749 ucnv_extInitialMatchFromU(UConverter *cnv, const int32_t *cx,
760 match=ucnv_extMatchFromU(cx, cp,
775 ucnv_extWriteFromU(cnv, cx,
812 ucnv_extSimpleMatchFromU(const int32_t *cx,
819 match=ucnv_extMatchFromU(cx,
840 const uint8_t *result=UCNV_EXT_ARRAY(cx, UCNV_EXT_FROM_U_BYTES_INDEX, uint8_t)+value;
978 const int32_t *cx,
992 fromUSectionUChars=UCNV_EXT_ARRAY(cx, UCNV_EXT_FROM_U_UCHARS_INDEX, UChar)+sectionIndex;
993 fromUSectionValues=UCNV_EXT_ARRAY(cx, UCNV_EXT_FROM_U_VALUES_INDEX, uint32_t)+sectionIndex;
1018 sharedData, cx, sa, which, minLength,
1034 const int32_t *cx;
1045 cx=sharedData->mbcs.extIndexes;
1046 if(cx==NULL) {
1050 stage12=UCNV_EXT_ARRAY(cx, UCNV_EXT_FROM_U_STAGE_12_INDEX, uint16_t);
1051 stage3=UCNV_EXT_ARRAY(cx, UCNV_EXT_FROM_U_STAGE_3_INDEX, uint16_t);
1052 stage3b=UCNV_EXT_ARRAY(cx, UCNV_EXT_FROM_U_STAGE_3B_INDEX, uint32_t);
1054 stage1Length=cx[UCNV_EXT_FROM_U_STAGE_1_LENGTH];
1092 sharedData, cx, sa, which, minLength,