Searched refs:stage3Index (Results 1 – 1 of 1) sorted by relevance
682 uint32_t idx, b, old, stage3Index; in MBCSAddFromUnicode() local792 stage3Index=MBCS_STAGE_3_GRANULARITY*(uint32_t)(uint16_t)mbcsData->stage2[idx]; in MBCSAddFromUnicode()797 if(stage3Index>0xffff) { in MBCSAddFromUnicode()822 mbcsData->stageUTF8[c>>MBCS_UTF8_STAGE_SHIFT]=(uint16_t)stage3Index; in MBCSAddFromUnicode()845 p=stage3+(stage3Index+nextOffset)*maxCharLength; in MBCSAddFromUnicode()