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);
604 uint8_t leadCC, trailCC;
607 leadCC=(uint8_t)(*(mapping-1)>>8);
609 leadCC=0;
611 return buffer.append((const UChar *)mapping+1, length, leadCC, trailCC, errorCode);
749 // if(trailCC==1) test leadCC==0, same as checking for before-boundary
751 // TRUE if leadCC==0 (hasFCDBoundaryBefore())
1506 return FALSE; // non-zero leadCC