HomeSort by relevance Sort by last modified time
    Searched refs:next32PostInc (Results 1 - 9 of 9) sorted by null

  /external/icu/icu4c/source/test/intltest/
sfwdchit.h 52 virtual UChar32 next32PostInc(void);
57 * This is used with nextPostInc() or next32PostInc() in forward
sfwdchit.cpp 114 UChar32 SimpleFwdCharIterator::next32PostInc(void) {
citrtest.cpp 65 virtual UChar32 next32PostInc(void){return text.char32At(pos++);}
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();
    [all...]
  /external/icu/icu4c/source/common/unicode/
uchriter.h 158 * Note that an iteration with next32PostInc(), beginning with,
169 * for forward iteration with next32PostInc().
255 * that is provided by next32PostInc().
269 virtual UChar32 next32PostInc(void);
274 * This is used with nextPostInc() or next32PostInc() in forward
chariter.h 48 * It provides next32PostInc() to access a code point and advance an internal
51 * <p>next32PostInc() assumes that the current position is that of
53 * After next32PostInc(), this will be true again.
57 * is returned even by next32PostInc().</p>
64 * <li>nextPostInc() and next32PostInc() return DONE
73 * c=it.next32PostInc();
160 virtual UChar32 next32PostInc(void) = 0;
165 * This is used with nextPostInc() or next32PostInc() in forward
222 * c=it.next32PostInc();
273 * if(c!=it.next32PostInc()) {
    [all...]
  /external/icu/icu4c/source/common/
chariter.cpp 95 return next32PostInc();
normlzr.cpp 481 UnicodeString segment(text->next32PostInc());
484 if(fNorm2->hasBoundaryBefore(c=text->next32PostInc())) {
uchriter.cpp 273 UCharCharacterIterator::next32PostInc() {
utext.cpp     [all...]

Completed in 116 milliseconds