Searched refs:next32PostInc (Results 1 – 10 of 10) sorted by relevance
52 virtual UChar32 next32PostInc(void);
114 UChar32 SimpleFwdCharIterator::next32PostInc(void) { in next32PostInc() function in SimpleFwdCharIterator
65 virtual UChar32 next32PostInc(void){return text.char32At(pos++);} in next32PostInc() function in SCharacterIterator680 c = iter.next32PostInc(); in TestIterationUChar32()691 c=iter.next32PostInc(); in TestIterationUChar32()798 c2=ci.next32PostInc(); in TestUCharIterator()985 virtual UChar32 next32PostInc() { in next32PostInc() function in SubCharIter
269 virtual UChar32 next32PostInc(void);
160 virtual UChar32 next32PostInc(void) = 0;
95 return next32PostInc(); in first32PostInc()
481 UnicodeString segment(text->next32PostInc()); in nextNormalize()484 if(fNorm2->hasBoundaryBefore(c=text->next32PostInc())) { in nextNormalize()
273 UCharCharacterIterator::next32PostInc() { in next32PostInc() function in UCharCharacterIterator
2770 UChar32 c = ci->next32PostInc(); in charIterTextExtract()
292 c = it.next32PostInc(); in isValidDigitString()