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 61 virtual UChar32 next32PostInc(void){return text.char32At(pos++);}
662 //testing first32PostInc, next32PostInc, setTostart
678 c = iter.next32PostInc();
685 errln("getIndex() aftr next32PostInc() isn't working right");
687 errln("current() after next32PostInc() isn't working right");
689 c=iter.next32PostInc();
691 errln("next32PostInc() didn't return DONE at the beginning");
796 c2=ci.next32PostInc();
    [all...]
  /external/icu4c/common/
uchriter.cpp 271 UCharCharacterIterator::next32PostInc() {

Completed in 47 milliseconds