Home | History | Annotate | Download | only in gennorm

Lines Matching refs:c2

570     uint32_t c2;
577 c2=c%JAMO_T_COUNT;
579 if(c2>0) {
580 hangulBuffer[2]=JAMO_T_BASE+c2;
1547 uint32_t c2;
1552 c2=combiningCPs[i]&0xffffff;
1553 cc=getCCFromCP(c2);
1554 /* pass in length-1 because we already know that c2 will insert before the last character with trailCC */
1555 if(cc>0 && cc<trailCC && doesComposeConsume(s, length-1, c2, cc)) {