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

  /external/icu4c/test/intltest/
sfwdchit.cpp 114 UChar32 SimpleFwdCharIterator::next32PostInc(void) {
citrtest.cpp 64 virtual UChar32 next32PostInc(void){return text.char32At(pos++);}
665 //testing first32PostInc, next32PostInc, setTostart
681 c = iter.next32PostInc();
688 errln("getIndex() aftr next32PostInc() isn't working right");
690 errln("current() after next32PostInc() isn't working right");
692 c=iter.next32PostInc();
694 errln("next32PostInc() didn't return DONE at the beginning");
799 c2=ci.next32PostInc();
    [all...]
  /external/icu4c/common/
uchriter.cpp 273 UCharCharacterIterator::next32PostInc() {

Completed in 103 milliseconds