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

  /external/chromium_org/third_party/icu/source/test/intltest/
sfwdchit.cpp 106 UChar SimpleFwdCharIterator::nextPostInc(void) {
citrtest.cpp 63 virtual UChar nextPostInc(void){ return text.charAt(pos++);}
455 //testing firstPostInc, nextPostInc, setTostart
472 c = iter.nextPostInc();
481 errln("getIndex() aftr nextPostInc() isn't working right");
483 errln("current() after nextPostInc() isn't working right");
485 c=iter.nextPostInc();
487 errln("nextPostInc() didn't return DONE at the beginning");
793 c2=ci.nextPostInc();
    [all...]
  /external/icu/icu4c/source/test/intltest/
sfwdchit.cpp 106 UChar SimpleFwdCharIterator::nextPostInc(void) {
citrtest.cpp 63 virtual UChar nextPostInc(void){ return text.charAt(pos++);}
455 //testing firstPostInc, nextPostInc, setTostart
472 c = iter.nextPostInc();
481 errln("getIndex() aftr nextPostInc() isn't working right");
483 errln("current() after nextPostInc() isn't working right");
485 c=iter.nextPostInc();
487 errln("nextPostInc() didn't return DONE at the beginning");
793 c2=ci.nextPostInc();
    [all...]
  /external/chromium_org/third_party/icu/source/common/
uchriter.cpp 162 UCharCharacterIterator::nextPostInc() {
  /external/icu/icu4c/source/common/
uchriter.cpp 162 UCharCharacterIterator::nextPostInc() {

Completed in 2764 milliseconds