Home | History | Annotate | Download | only in intltest

Lines Matching defs:cc

1217     uint8_t cc, trailCC, foldCC, foldTrailCC;
1252 // get leading and trailing cc for c
1255 cc=u_getCombiningClass(d.char32At(0));
1258 // get leading and trailing cc for the case-folding of c
1273 // - folding has different leading/trailing cc's, and they don't become just 0
1277 (cc!=foldCC && foldCC!=0) || (trailCC!=foldTrailCC && foldTrailCC!=0)
1281 dataerrln(" cc %02x trailCC %02x foldCC(U+%04lx) %02x foldTrailCC(U+%04lx) %02x quickCheck(folded)=%d", cc, trailCC, d.char32At(0), foldCC, d.char32At(d.length()-1), foldTrailCC, qcResult);
1365 // System.out.format("remove U+%04x (tccc=%d) + U+%04x (cc=%d)\n", c, tccc, c2, cc2);
1509 uint8_t cc=fn2.getCombiningClass(c);
1510 if(cc!=expectedCC) {