Searched defs:next32PostInc (Results 1 - 3 of 3) sorted by relevance

/external/icu/icu4c/source/test/intltest/
H A Dsfwdchit.cpp114 UChar32 SimpleFwdCharIterator::next32PostInc(void) { function in class:SimpleFwdCharIterator
H A Dcitrtest.cpp65 virtual UChar32 next32PostInc(void){return text.char32At(pos++);} function in class:SCharacterIterator
664 //testing first32PostInc, next32PostInc, setTostart
680 c = iter.next32PostInc();
687 errln("getIndex() aftr next32PostInc() isn't working right");
689 errln("current() after next32PostInc() isn't working right");
691 c=iter.next32PostInc();
693 errln("next32PostInc() didn't return DONE at the beginning");
798 c2=ci.next32PostInc();
985 virtual UChar32 next32PostInc() { function in class:SubCharIter
/external/icu/icu4c/source/common/
H A Duchriter.cpp273 UCharCharacterIterator::next32PostInc() { function in class:UCharCharacterIterator

Completed in 125 milliseconds