Searched refs:nextPostInc (Results 1 - 18 of 18) sorted by relevance

/external/chromium_org/third_party/icu/source/test/intltest/
H A Dsfwdchit.h44 virtual UChar nextPostInc(void);
57 * This is used with nextPostInc() or next32PostInc() in forward
H A Dsfwdchit.cpp106 UChar SimpleFwdCharIterator::nextPostInc(void) { function in class:SimpleFwdCharIterator
H A Dcitrtest.cpp62 virtual UChar nextPostInc(void){ return text.charAt(pos++);} function in class:SCharacterIterator
454 //testing firstPostInc, nextPostInc, setTostart
471 c = iter.nextPostInc();
480 errln("getIndex() aftr nextPostInc() isn't working right");
482 errln("current() after nextPostInc() isn't working right");
484 c=iter.nextPostInc();
486 errln("nextPostInc() didn't return DONE at the beginning");
792 c2=ci.nextPostInc();
977 virtual UChar nextPostInc() { function in class:SubCharIter
/external/icu/icu4c/source/test/intltest/
H A Dsfwdchit.h44 virtual UChar nextPostInc(void);
57 * This is used with nextPostInc() or next32PostInc() in forward
H A Dsfwdchit.cpp106 UChar SimpleFwdCharIterator::nextPostInc(void) { function in class:SimpleFwdCharIterator
H A Dcitrtest.cpp63 virtual UChar nextPostInc(void){ return text.charAt(pos++);} function in class:SCharacterIterator
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();
978 virtual UChar nextPostInc() { function in class:SubCharIter
/external/chromium_org/third_party/icu/source/common/
H A Dchariter.cpp87 return nextPostInc();
H A Duchriter.cpp161 UCharCharacterIterator::nextPostInc() { function in class:UCharCharacterIterator
H A Duiter.cpp421 return ((CharacterIterator *)(iter->context))->nextPostInc();
H A Dutext.cpp3045 buf[i] = ci->nextPostInc();
/external/chromium_org/third_party/icu/source/common/unicode/
H A Duchriter.h148 * for forward iteration with nextPostInc().
247 virtual UChar nextPostInc(void);
274 * This is used with nextPostInc() or next32PostInc() in forward
H A Dchariter.h45 * <p>ForwardCharacterIterator provides nextPostInc() to access
64 * <li>nextPostInc() and next32PostInc() return DONE
80 * while((c=it.nextPostInc())!=ForwardCharacterIterator::DONE) {
150 virtual UChar nextPostInc(void) = 0;
165 * This is used with nextPostInc() or next32PostInc() in forward
232 * for(c=it.firstPostInc(); c!=CharacterIterator::DONE; c=it.nextPostInc()) {
387 * for forward iteration with nextPostInc().
417 * iteration with nextPostInc() or next32PostInc().
/external/icu/icu4c/source/common/
H A Dchariter.cpp89 return nextPostInc();
H A Duchriter.cpp162 UCharCharacterIterator::nextPostInc() { function in class:UCharCharacterIterator
H A Duiter.cpp424 return ((CharacterIterator *)(iter->context))->nextPostInc();
H A Dutext.cpp2687 buf[i] = ci->nextPostInc();
/external/icu/icu4c/source/common/unicode/
H A Duchriter.h148 * for forward iteration with nextPostInc().
247 virtual UChar nextPostInc(void);
274 * This is used with nextPostInc() or next32PostInc() in forward
H A Dchariter.h45 * <p>ForwardCharacterIterator provides nextPostInc() to access
64 * <li>nextPostInc() and next32PostInc() return DONE
80 * while((c=it.nextPostInc())!=ForwardCharacterIterator::DONE) {
150 virtual UChar nextPostInc(void) = 0;
165 * This is used with nextPostInc() or next32PostInc() in forward
232 * for(c=it.firstPostInc(); c!=CharacterIterator::DONE; c=it.nextPostInc()) {
393 * for forward iteration with nextPostInc().
423 * iteration with nextPostInc() or next32PostInc().

Completed in 3248 milliseconds