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

  /external/icu/icu4c/source/test/intltest/
sfwdchit.cpp 116 UChar32 SimpleFwdCharIterator::next32PostInc(void) {
citrtest.cpp 67 virtual UChar32 next32PostInc(void){return text.char32At(pos++);}
666 //testing first32PostInc, next32PostInc, setTostart
682 c = iter.next32PostInc();
689 errln("getIndex() aftr next32PostInc() isn't working right");
691 errln("current() after next32PostInc() isn't working right");
693 c=iter.next32PostInc();
695 errln("next32PostInc() didn't return DONE at the beginning");
800 c2=ci.next32PostInc();
    [all...]
  /external/icu/icu4c/source/common/
uchriter.cpp 275 UCharCharacterIterator::next32PostInc() {

Completed in 515 milliseconds