Home | History | Annotate | Download | only in common

Lines Matching defs:leadCC

90                                uint8_t leadCC, uint8_t trailCC,
99 if(lastCC<=leadCC || leadCC==0) {
102 } else if(leadCC<=1) {
112 insert(c, leadCC); // insert first code point
117 leadCC=Normalizer2Impl::getCCFromYesOrMaybe(impl.getNorm16(c));
119 leadCC=trailCC;
121 append(c, leadCC, errorCode);
653 uint8_t leadCC, trailCC;
656 leadCC=(uint8_t)(*(mapping-1)>>8);
658 leadCC=0;
660 return buffer.append((const UChar *)mapping+1, length, leadCC, trailCC, errorCode);
798 // if(trailCC==1) test leadCC==0, same as checking for before-boundary
800 // TRUE if leadCC==0 (hasFCDBoundaryBefore())
1555 return FALSE; // non-zero leadCC