HomeSort by relevance Sort by last modified time
    Searched defs:nextPostInc (Results 1 - 3 of 3) sorted by null

  /external/icu/icu4c/source/test/intltest/
sfwdchit.cpp 108 UChar SimpleFwdCharIterator::nextPostInc(void) {
citrtest.cpp 66 virtual UChar nextPostInc(void){ return text.charAt(pos++);}
456 //testing firstPostInc, nextPostInc, setTostart
473 c = iter.nextPostInc();
482 errln("getIndex() aftr nextPostInc() isn't working right");
484 errln("current() after nextPostInc() isn't working right");
486 c=iter.nextPostInc();
488 errln("nextPostInc() didn't return DONE at the beginning");
794 c2=ci.nextPostInc();
    [all...]
  /external/icu/icu4c/source/common/
uchriter.cpp 164 UCharCharacterIterator::nextPostInc() {

Completed in 192 milliseconds