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 63 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/icu4c/common/
uchriter.cpp 272 UCharCharacterIterator::next32PostInc() {

Completed in 878 milliseconds