Lines Matching refs:c2
640 UChar32 c1, c2;
652 c2=iter32.previous();
655 c2=iter32.current();
658 c2=iter32.next();
662 if(c1!=c2) {
668 "got c1=U+%04lx != expected c2=U+%04lx",
669 name, history, c1, c2);
1330 UChar32 c2=combineBackCharsAndCc[2*i];
1331 s.append(c2);
1333 // System.out.format("remove U+%04x (tccc=%d) + U+%04x (cc=%d)\n", c, tccc, c2, cc2);