Lines Matching refs:c2
769 UChar32 c, c2;
779 c2=ci.current();
785 c2=ci.current32();
792 c2=ci.nextPostInc();
798 c2=ci.next32PostInc();
805 c2=ci.previous();
811 c2=ci.previous32();
817 c2=(UChar32)ci.move(2, CharacterIterator::kCurrent);
823 c2=(UChar32)ci.move(-2, CharacterIterator::kCurrent);
834 if(c2==0xffff) {
835 c2=(UChar32)-1;
837 if(c!=c2 || h!=h2 || ci.getIndex()!=iter->getIndex(iter, UITER_CURRENT)) {