Home | History | Annotate | Download | only in common

Lines Matching defs:stage2

737         const uint16_t *stage2, *stage3, *results;
758 stage2=table+st2;
760 if((st3=stage2[st2])!=0) {
778 const uint32_t *stage2;
804 stage2=(const uint32_t *)table+st2;
806 if((st3=stage2[st2])!=0) {
1266 uint32_t *stage2;
1311 stage2=((uint32_t *)table)+table[c>>10]+((c>>4)&0x3f);
1313 st3=(int32_t)(uint16_t)*stage2*16+(c&0xf);
1334 *stage2|=(1UL<<(16+(c&0xf)));
1345 uint32_t *stage2;
1358 stage2=(uint32_t *)(stage1+stage1Length);
1359 uprv_memcpy(stage2+(fullStage2Length-stage2Length),
1364 mbcsTable->fromUnicodeBytes=(uint8_t *)(stage2+fullStage2Length);
1367 stage2=(uint32_t *)stage1;
1388 stage2[st2++]=st3++;
1389 stage2[st2++]=st3++;
1390 stage2[st2++]=st3++;
1391 stage2[st2++]=st3;