OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:current32
(Results
1 - 5
of
5
) sorted by null
/external/icu4c/test/intltest/
citrtest.cpp
73
virtual UChar32
current32
() const{return DONE;};
function in class:SCharacterIterator
564
if (iter.
current32
() != text[(int32_t)1])
570
c=iter.
current32
();
575
c=iter.
current32
();
580
c=iter.
current32
();
586
c=iter.
current32
();
607
if (iter.
current32
() != c)
608
errln("
current32
() isn't working right");
644
if (iter.
current32
() != c)
645
errln("
current32
() isn't working right")
1043
virtual UChar32
current32
() const {
function in class:SubCharIter
[
all
...]
/external/icu4c/common/
uchriter.cpp
246
UCharCharacterIterator::
current32
() const {
function in class:UCharCharacterIterator
utext.cpp
255
// For surrogates, let
current32
() deal with the complications
[
all
...]
/external/icu4c/common/unicode/
chariter.h
263
* UChar32 c=it.
current32
();
491
virtual UChar32
current32
(void) const = 0;
uchriter.h
228
virtual UChar32
current32
(void) const;
Completed in 736 milliseconds