Searched refs:next32PostInc (Results 1 – 12 of 12) sorted by relevance
54 virtual UChar32 next32PostInc(void);
116 UChar32 SimpleFwdCharIterator::next32PostInc(void) { in next32PostInc() function in SimpleFwdCharIterator
67 virtual UChar32 next32PostInc(void){return text.char32At(pos++);} in next32PostInc() function in SCharacterIterator682 c = iter.next32PostInc(); in TestIterationUChar32()693 c=iter.next32PostInc(); in TestIterationUChar32()800 c2=ci.next32PostInc(); in TestUCharIterator()987 virtual UChar32 next32PostInc() { in next32PostInc() function in SubCharIter
97 return next32PostInc(); in first32PostInc()
489 UnicodeString segment(text->next32PostInc()); in nextNormalize()492 if(fNorm2->hasBoundaryBefore(c=text->next32PostInc())) { in nextNormalize()
275 UCharCharacterIterator::next32PostInc() { in next32PostInc() function in UCharCharacterIterator
2799 UChar32 c = ci->next32PostInc(); in charIterTextExtract()
274 virtual UChar32 next32PostInc(void);
165 virtual UChar32 next32PostInc(void) = 0;
79 ch = it.next32PostInc(); in Encode()