Searched defs:nextPostInc (Results 1 – 6 of 6) sorted by relevance
108 UChar SimpleFwdCharIterator::nextPostInc(void) { in nextPostInc() function in SimpleFwdCharIterator
66 virtual UChar nextPostInc(void){ return text.charAt(pos++);} in nextPostInc() function in SCharacterIterator979 virtual UChar nextPostInc() { in nextPostInc() function in SubCharIter
164 UCharCharacterIterator::nextPostInc() { in nextPostInc() function in UCharCharacterIterator