HomeSort by relevance Sort by last modified time
    Searched refs:stage12 (Results 1 - 2 of 2) sorted by null

  /external/icu4c/common/
ucnv_ext.h 442 #define UCNV_EXT_FROM_U(stage12, stage3, s1Index, c) \
443 (stage3)[ ((int32_t)(stage12)[ (stage12)[s1Index] +(((c)>>4)&0x3f) ]<<UCNV_EXT_STAGE_2_LEFT_SHIFT) +((c)&0xf) ]
ucnv_ext.c 524 const uint16_t *stage12, *stage3; local
544 stage12=UCNV_EXT_ARRAY(cx, UCNV_EXT_FROM_U_STAGE_12_INDEX, uint16_t);
546 idx=UCNV_EXT_FROM_U(stage12, stage3, idx, firstCP);
1012 const uint16_t *stage12, *stage3, *ps2, *ps3; local
    [all...]

Completed in 200 milliseconds