OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:next32PostInc
(Results
1 - 11
of
11
) sorted by null
/external/icu4c/test/intltest/
sfwdchit.h
52
virtual UChar32
next32PostInc
(void);
57
* This is used with nextPostInc() or
next32PostInc
() in forward
sfwdchit.cpp
114
UChar32 SimpleFwdCharIterator::
next32PostInc
(void) {
dadrcoll.cpp
98
currChar= seq.
next32PostInc
();
citrtest.cpp
64
virtual UChar32
next32PostInc
(void){return text.char32At(pos++);}
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
();
[
all
...]
/external/icu4c/common/unicode/
uchriter.h
158
* 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
chariter.h
48
* 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/icu4c/common/
chariter.cpp
95
return
next32PostInc
();
normlzr.cpp
481
UnicodeString segment(text->
next32PostInc
());
484
if(fNorm2->hasBoundaryBefore(c=text->
next32PostInc
())) {
uchriter.cpp
273
UCharCharacterIterator::
next32PostInc
() {
utext.cpp
[
all
...]
/external/icu4c/i18n/
numsys.cpp
292
c = it.
next32PostInc
();
Completed in 1004 milliseconds