Home | History | Annotate | Download | only in intltest

Lines Matching refs:c2

641     UChar32 c1, c2;
653 c2=iter32.previous();
656 c2=iter32.current();
659 c2=iter32.next();
663 if(c1!=c2) {
669 "got c1=U+%04lx != expected c2=U+%04lx",
670 name, history, c1, c2);
1362 UChar32 c2=combineBackCharsAndCc[2*i];
1363 s.append(c2);
1365 // System.out.format("remove U+%04x (tccc=%d) + U+%04x (cc=%d)\n", c, tccc, c2, cc2);