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

  /external/chromium_org/third_party/icu/source/common/
ucnv_ext.h 446 #define UCNV_EXT_FROM_U(stage12, stage3, s1Index, c) \
447 (stage3)[ ((int32_t)(stage12)[ (stage12)[s1Index] +(((c)>>4)&0x3f) ]<<UCNV_EXT_STAGE_2_LEFT_SHIFT) +((c)&0xf) ]
ucnv_ext.cpp 534 const uint16_t *stage12, *stage3; local
554 stage12=UCNV_EXT_ARRAY(cx, UCNV_EXT_FROM_U_STAGE_12_INDEX, uint16_t);
556 idx=UCNV_EXT_FROM_U(stage12, stage3, idx, firstCP);
1030 const uint16_t *stage12, *stage3, *ps2, *ps3; local
    [all...]
  /external/icu/icu4c/source/common/
ucnv_ext.h 446 #define UCNV_EXT_FROM_U(stage12, stage3, s1Index, c) \
447 (stage3)[ ((int32_t)(stage12)[ (stage12)[s1Index] +(((c)>>4)&0x3f) ]<<UCNV_EXT_STAGE_2_LEFT_SHIFT) +((c)&0xf) ]
ucnv_ext.cpp 534 const uint16_t *stage12, *stage3; local
554 stage12=UCNV_EXT_ARRAY(cx, UCNV_EXT_FROM_U_STAGE_12_INDEX, uint16_t);
556 idx=UCNV_EXT_FROM_U(stage12, stage3, idx, firstCP);
1030 const uint16_t *stage12, *stage3, *ps2, *ps3; local
    [all...]

Completed in 75 milliseconds