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

  /external/chromium_org/third_party/icu/source/tools/makeconv/
genmbcs.c 682 uint32_t idx, b, old, stage3Index;
792 stage3Index=MBCS_STAGE_3_GRANULARITY*(uint32_t)(uint16_t)mbcsData->stage2[idx];
797 if(stage3Index>0xffff) {
804 * Otherwise, stage3Index<=MBCS_UTF8_LIMIT<0xffff
805 * (stage3Index can at most reach exactly MBCS_UTF8_LIMIT)
822 mbcsData->stageUTF8[c>>MBCS_UTF8_STAGE_SHIFT]=(uint16_t)stage3Index;
845 p=stage3+(stage3Index+nextOffset)*maxCharLength;
    [all...]
  /external/icu4c/tools/makeconv/
genmbcs.cpp 682 uint32_t idx, b, old, stage3Index;
792 stage3Index=MBCS_STAGE_3_GRANULARITY*(uint32_t)(uint16_t)mbcsData->stage2[idx];
797 if(stage3Index>0xffff) {
804 * Otherwise, stage3Index<=MBCS_UTF8_LIMIT<0xffff
805 * (stage3Index can at most reach exactly MBCS_UTF8_LIMIT)
822 mbcsData->stageUTF8[c>>MBCS_UTF8_STAGE_SHIFT]=(uint16_t)stage3Index;
845 p=stage3+(stage3Index+nextOffset)*maxCharLength;
    [all...]

Completed in 194 milliseconds