Home | History | Annotate | Download | only in common

Lines Matching defs:cx

120 ucnv_extMatchToU(const int32_t *cx, int8_t sisoState,
131 if(cx==NULL || cx[UCNV_EXT_TO_U_LENGTH]<=0) {
136 toUTable=UCNV_EXT_ARRAY(cx, UCNV_EXT_TO_U_INDEX, uint32_t);
233 ucnv_extWriteToU(UConverter *cnv, const int32_t *cx,
250 UCNV_EXT_ARRAY(cx, UCNV_EXT_TO_U_UCHARS_INDEX, UChar)+
275 ucnv_extInitialMatchToU(UConverter *cnv, const int32_t *cx,
286 match=ucnv_extMatchToU(cx, (int8_t)UCNV_SISO_STATE(cnv),
296 ucnv_extWriteToU(cnv, cx,
329 ucnv_extSimpleMatchToU(const int32_t *cx,
340 match=ucnv_extMatchToU(cx, -1,
498 * @param cx pointer to extension data; if NULL, returns 0
518 ucnv_extMatchFromU(const int32_t *cx,
534 if(cx==NULL) {
540 if(idx>=cx[UCNV_EXT_FROM_U_STAGE_1_LENGTH]) {
544 stage12=UCNV_EXT_ARRAY(cx, UCNV_EXT_FROM_U_STAGE_12_INDEX, uint16_t);
545 stage3=UCNV_EXT_ARRAY(cx, UCNV_EXT_FROM_U_STAGE_3_INDEX, uint16_t);
548 stage3b=UCNV_EXT_ARRAY(cx, UCNV_EXT_FROM_U_STAGE_3B_INDEX, uint32_t);
565 fromUTableUChars=UCNV_EXT_ARRAY(cx, UCNV_EXT_FROM_U_UCHARS_INDEX, UChar);
566 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;
947 const int32_t *cx,
961 cx, UCNV_EXT_FROM_U_UCHARS_INDEX, UChar)+sectionIndex;
962 fromUSectionValues=UCNV_EXT_ARRAY(cx, UCNV_EXT_FROM_U_VALUES_INDEX, uint32_t)+sectionIndex;
990 sharedData, cx, sa, useFallback, minLength,
1011 const int32_t *cx;
1023 cx=sharedData->mbcs.extIndexes;
1024 if(cx==NULL) {
1028 stage12=UCNV_EXT_ARRAY(cx, UCNV_EXT_FROM_U_STAGE_12_INDEX, uint16_t);
1029 stage3=UCNV_EXT_ARRAY(cx, UCNV_EXT_FROM_U_STAGE_3_INDEX, uint16_t);
1030 stage3b=UCNV_EXT_ARRAY(cx, UCNV_EXT_FROM_U_STAGE_3B_INDEX, uint32_t);
1032 stage1Length=cx[UCNV_EXT_FROM_U_STAGE_1_LENGTH];
1077 sharedData, cx, sa, useFallback, minLength,