Home | History | Annotate | Download | only in intltest

Lines Matching defs:c1

641     UChar32 c1, c2;
652 c1=iter.previous();
655 c1=iter.current();
658 c1=iter.next();
663 if(c1!=c2) {
669 "got c1=U+%04lx != expected c2=U+%04lx",
670 name, history, c1, c2);