Home
last modified time | relevance | path

Searched refs:stage12 (Results 1 – 4 of 4) sorted by relevance

/external/icu/icu4c/source/common/
Ducnv_ext.h446 #define UCNV_EXT_FROM_U(stage12, stage3, s1Index, c) \ argument
447 …(stage3)[ ((int32_t)(stage12)[ (stage12)[s1Index] +(((c)>>4)&0x3f) ]<<UCNV_EXT_STAGE_2_LEFT_SHIFT)…
Ducnv_ext.cpp534 const uint16_t *stage12, *stage3; in ucnv_extMatchFromU() local
554 stage12=UCNV_EXT_ARRAY(cx, UCNV_EXT_FROM_U_STAGE_12_INDEX, uint16_t); in ucnv_extMatchFromU()
556 idx=UCNV_EXT_FROM_U(stage12, stage3, idx, firstCP); in ucnv_extMatchFromU()
1030 const uint16_t *stage12, *stage3, *ps2, *ps3; in ucnv_extGetUnicodeSet() local
1045 stage12=UCNV_EXT_ARRAY(cx, UCNV_EXT_FROM_U_STAGE_12_INDEX, uint16_t); in ucnv_extGetUnicodeSet()
1070 st2=stage12[st1]; in ucnv_extGetUnicodeSet()
1072 ps2=stage12+st2; in ucnv_extGetUnicodeSet()
/external/chromium_org/third_party/icu/source/common/
Ducnv_ext.h442 #define UCNV_EXT_FROM_U(stage12, stage3, s1Index, c) \ argument
443 …(stage3)[ ((int32_t)(stage12)[ (stage12)[s1Index] +(((c)>>4)&0x3f) ]<<UCNV_EXT_STAGE_2_LEFT_SHIFT)…
Ducnv_ext.c524 const uint16_t *stage12, *stage3; in ucnv_extMatchFromU() local
544 stage12=UCNV_EXT_ARRAY(cx, UCNV_EXT_FROM_U_STAGE_12_INDEX, uint16_t); in ucnv_extMatchFromU()
546 idx=UCNV_EXT_FROM_U(stage12, stage3, idx, firstCP); in ucnv_extMatchFromU()
1012 const uint16_t *stage12, *stage3, *ps2, *ps3; in ucnv_extGetUnicodeSet() local
1028 stage12=UCNV_EXT_ARRAY(cx, UCNV_EXT_FROM_U_STAGE_12_INDEX, uint16_t); in ucnv_extGetUnicodeSet()
1055 st2=stage12[st1]; in ucnv_extGetUnicodeSet()
1057 ps2=stage12+st2; in ucnv_extGetUnicodeSet()