Home | History | Annotate | Download | only in intltest

Lines Matching defs:c1

643     UChar32 c1, c2;
654 c1=iter.previous();
657 c1=iter.current();
660 c1=iter.next();
665 if(c1!=c2) {
671 "got c1=U+%04lx != expected c2=U+%04lx",
672 name, history, c1, c2);