Home | History | Annotate | Download | only in makeconv

Lines Matching refs:utf8Limit

1421         int32_t utf8Limit=(int32_t)mbcsData->utf8Max+1;
1424 i=utf8Limit>>MBCS_STAGE_1_SHIFT;
1425 if((utf8Limit&((1<<MBCS_STAGE_1_SHIFT)-1))!=0 && (st2=mbcsData->stage1[i])!=0) {
1426 /* utf8Limit is in the middle of an existing stage 2 block */
1427 stage2Start=st2+((utf8Limit>>MBCS_STAGE_2_SHIFT)&MBCS_STAGE_2_BLOCK_MASK);
1429 /* find the last stage2 block with mappings before utf8Limit */