OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:current32
(Results
1 - 4
of
4
) sorted by null
/external/icu4c/common/unicode/
uchriter.h
228
virtual UChar32
current32
(void) const;
chariter.h
263
* UChar32 c=it.
current32
();
485
virtual UChar32
current32
(void) const = 0;
/external/icu4c/test/intltest/
citrtest.cpp
72
virtual UChar32
current32
() const{return DONE;};
function in class:SCharacterIterator
563
if (iter.
current32
() != text[(int32_t)1])
569
c=iter.
current32
();
574
c=iter.
current32
();
579
c=iter.
current32
();
585
c=iter.
current32
();
606
if (iter.
current32
() != c)
607
errln("
current32
() isn't working right");
643
if (iter.
current32
() != c)
644
errln("
current32
() isn't working right")
1042
virtual UChar32
current32
() const {
function in class:SubCharIter
[
all
...]
/external/icu4c/common/
uchriter.cpp
245
UCharCharacterIterator::
current32
() const {
function in class:UCharCharacterIterator
Completed in 424 milliseconds