Lines Matching refs:cx

121 ucnv_extMatchToU(const int32_t *cx, int8_t sisoState,
132 if(cx==NULL || cx[UCNV_EXT_TO_U_LENGTH]<=0) {
137 toUTable=UCNV_EXT_ARRAY(cx, UCNV_EXT_TO_U_INDEX, uint32_t);
234 ucnv_extWriteToU(UConverter *cnv, const int32_t *cx,
251 UCNV_EXT_ARRAY(cx, UCNV_EXT_TO_U_UCHARS_INDEX, UChar)+
276 ucnv_extInitialMatchToU(UConverter *cnv, const int32_t *cx,
287 match=ucnv_extMatchToU(cx, (int8_t)UCNV_SISO_STATE(cnv),
297 ucnv_extWriteToU(cnv, cx,
330 ucnv_extSimpleMatchToU(const int32_t *cx,
341 match=ucnv_extMatchToU(cx, -1,
508 * @param cx pointer to extension data; if NULL, returns 0
528 ucnv_extMatchFromU(const int32_t *cx,
544 if(cx==NULL) {
550 if(idx>=cx[UCNV_EXT_FROM_U_STAGE_1_LENGTH]) {
554 stage12=UCNV_EXT_ARRAY(cx, UCNV_EXT_FROM_U_STAGE_12_INDEX, uint16_t);
555 stage3=UCNV_EXT_ARRAY(cx, UCNV_EXT_FROM_U_STAGE_3_INDEX, uint16_t);
558 stage3b=UCNV_EXT_ARRAY(cx, UCNV_EXT_FROM_U_STAGE_3B_INDEX, uint32_t);
575 fromUTableUChars=UCNV_EXT_ARRAY(cx, UCNV_EXT_FROM_U_UCHARS_INDEX, UChar);
576 fromUTableValues=UCNV_EXT_ARRAY(cx, UCNV_EXT_FROM_U_VALUES_INDEX, uint32_t);
669 ucnv_extWriteFromU(UConverter *cnv, const int32_t *cx,
702 result=UCNV_EXT_ARRAY(cx, UCNV_EXT_FROM_U_BYTES_INDEX, uint8_t)+value;
744 ucnv_extInitialMatchFromU(UConverter *cnv, const int32_t *cx,
755 match=ucnv_extMatchFromU(cx, cp,
770 ucnv_extWriteFromU(cnv, cx,
807 ucnv_extSimpleMatchFromU(const int32_t *cx,
814 match=ucnv_extMatchFromU(cx,
835 const uint8_t *result=UCNV_EXT_ARRAY(cx, UCNV_EXT_FROM_U_BYTES_INDEX, uint8_t)+value;
973 const int32_t *cx,
987 fromUSectionUChars=UCNV_EXT_ARRAY(cx, UCNV_EXT_FROM_U_UCHARS_INDEX, UChar)+sectionIndex;
988 fromUSectionValues=UCNV_EXT_ARRAY(cx, UCNV_EXT_FROM_U_VALUES_INDEX, uint32_t)+sectionIndex;
1013 sharedData, cx, sa, which, minLength,
1029 const int32_t *cx;
1040 cx=sharedData->mbcs.extIndexes;
1041 if(cx==NULL) {
1045 stage12=UCNV_EXT_ARRAY(cx, UCNV_EXT_FROM_U_STAGE_12_INDEX, uint16_t);
1046 stage3=UCNV_EXT_ARRAY(cx, UCNV_EXT_FROM_U_STAGE_3_INDEX, uint16_t);
1047 stage3b=UCNV_EXT_ARRAY(cx, UCNV_EXT_FROM_U_STAGE_3B_INDEX, uint32_t);
1049 stage1Length=cx[UCNV_EXT_FROM_U_STAGE_1_LENGTH];
1087 sharedData, cx, sa, which, minLength,