Home | History | Annotate | Download | only in intltest

Lines Matching refs:c1

640     UChar32 c1, c2;
651 c1=iter.previous();
654 c1=iter.current();
657 c1=iter.next();
662 if(c1!=c2) {
668 "got c1=U+%04lx != expected c2=U+%04lx",
669 name, history, c1, c2);