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);
552 uint8_t leadCC, trailCC;
555 leadCC=(uint8_t)(*(mapping-1)>>8);
557 leadCC=0;
559 return buffer.append((const UChar *)mapping+1, length, leadCC, trailCC, errorCode);
697 // if(trailCC==1) test leadCC==0, same as checking for before-boundary
699 // TRUE if leadCC==0 (hasFCDBoundaryBefore())
1454 return FALSE; // non-zero leadCC