Lines Matching refs:c2
770 UChar32 c, c2;
780 c2=ci.current();
786 c2=ci.current32();
793 c2=ci.nextPostInc();
799 c2=ci.next32PostInc();
806 c2=ci.previous();
812 c2=ci.previous32();
818 c2=(UChar32)ci.move(2, CharacterIterator::kCurrent);
824 c2=(UChar32)ci.move(-2, CharacterIterator::kCurrent);
835 if(c2==0xffff) {
836 c2=(UChar32)-1;
838 if(c!=c2 || h!=h2 || ci.getIndex()!=iter->getIndex(iter, UITER_CURRENT)) {