Searched refs:next32PostInc (Results 1 - 21 of 21) sorted by relevance

/external/chromium_org/third_party/icu/source/test/intltest/
H A Dsfwdchit.h52 virtual UChar32 next32PostInc(void);
57 * This is used with nextPostInc() or next32PostInc() in forward
H A Dsfwdchit.cpp114 UChar32 SimpleFwdCharIterator::next32PostInc(void) { function in class:SimpleFwdCharIterator
H A Ddadrcoll.cpp98 currChar= seq.next32PostInc();
H A Dcitrtest.cpp64 virtual UChar32 next32PostInc(void){return text.char32At(pos++);} function in class:SCharacterIterator
665 //testing first32PostInc, next32PostInc, setTostart
681 c = iter.next32PostInc();
688 errln("getIndex() aftr next32PostInc() isn't working right");
690 errln("current() after next32PostInc() isn't working right");
692 c=iter.next32PostInc();
694 errln("next32PostInc() didn't return DONE at the beginning");
799 c2=ci.next32PostInc();
986 virtual UChar32 next32PostInc() { function in class:SubCharIter
/external/icu/icu4c/source/test/intltest/
H A Dsfwdchit.h52 virtual UChar32 next32PostInc(void);
57 * This is used with nextPostInc() or next32PostInc() in forward
H A Dsfwdchit.cpp114 UChar32 SimpleFwdCharIterator::next32PostInc(void) { function in class:SimpleFwdCharIterator
H A Dcitrtest.cpp64 virtual UChar32 next32PostInc(void){return text.char32At(pos++);} function in class:SCharacterIterator
665 //testing first32PostInc, next32PostInc, setTostart
681 c = iter.next32PostInc();
688 errln("getIndex() aftr next32PostInc() isn't working right");
690 errln("current() after next32PostInc() isn't working right");
692 c=iter.next32PostInc();
694 errln("next32PostInc() didn't return DONE at the beginning");
799 c2=ci.next32PostInc();
986 virtual UChar32 next32PostInc() { function in class:SubCharIter
/external/chromium_org/third_party/icu/source/common/
H A Dchariter.cpp95 return next32PostInc();
H A Dnormlzr.cpp481 UnicodeString segment(text->next32PostInc());
484 if(fNorm2->hasBoundaryBefore(c=text->next32PostInc())) {
H A Duchriter.cpp273 UCharCharacterIterator::next32PostInc() { function in class:UCharCharacterIterator
H A Dutext.cpp2756 UChar32 c = ci->next32PostInc();
/external/chromium_org/third_party/icu/source/common/unicode/
H A Duchriter.h158 * Note that an iteration with next32PostInc(), beginning with,
169 * for forward iteration with next32PostInc().
255 * that is provided by next32PostInc().
269 virtual UChar32 next32PostInc(void);
274 * This is used with nextPostInc() or next32PostInc() in forward
H A Dchariter.h48 * It provides next32PostInc() to access a code point and advance an internal
51 * <p>next32PostInc() assumes that the current position is that of
53 * After next32PostInc(), this will be true again.
57 * is returned even by next32PostInc().</p>
64 * <li>nextPostInc() and next32PostInc() return DONE
73 * c=it.next32PostInc();
160 virtual UChar32 next32PostInc(void) = 0;
165 * This is used with nextPostInc() or next32PostInc() in forward
222 * c=it.next32PostInc();
273 * if(c!=it.next32PostInc()) {
[all...]
/external/icu/icu4c/source/common/
H A Dchariter.cpp95 return next32PostInc();
H A Dnormlzr.cpp481 UnicodeString segment(text->next32PostInc());
484 if(fNorm2->hasBoundaryBefore(c=text->next32PostInc())) {
H A Duchriter.cpp273 UCharCharacterIterator::next32PostInc() { function in class:UCharCharacterIterator
H A Dutext.cpp2761 UChar32 c = ci->next32PostInc();
/external/icu/icu4c/source/common/unicode/
H A Duchriter.h158 * Note that an iteration with next32PostInc(), beginning with,
169 * for forward iteration with next32PostInc().
255 * that is provided by next32PostInc().
269 virtual UChar32 next32PostInc(void);
274 * This is used with nextPostInc() or next32PostInc() in forward
H A Dchariter.h48 * It provides next32PostInc() to access a code point and advance an internal
51 * <p>next32PostInc() assumes that the current position is that of
53 * After next32PostInc(), this will be true again.
57 * is returned even by next32PostInc().</p>
64 * <li>nextPostInc() and next32PostInc() return DONE
73 * c=it.next32PostInc();
160 virtual UChar32 next32PostInc(void) = 0;
165 * This is used with nextPostInc() or next32PostInc() in forward
222 * c=it.next32PostInc();
273 * if(c!=it.next32PostInc()) {
[all...]
/external/chromium_org/third_party/icu/source/i18n/
H A Dnumsys.cpp292 c = it.next32PostInc();
/external/icu/icu4c/source/i18n/
H A Dnumsys.cpp292 c = it.next32PostInc();

Completed in 8132 milliseconds