OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:previous32
(Results
1 - 5
of
5
) sorted by null
/external/icu4c/common/unicode/
uchriter.h
187
* This can be used to begin an iteration with
previous32
().
298
virtual UChar32
previous32
(void);
303
* This is used with previous() or
previous32
() in backward
chariter.h
242
* c=it.
previous32
();
441
* This can be used to begin an iteration with
previous32
().
450
* iteration with previous() or
previous32
().
530
virtual UChar32
previous32
(void) = 0;
535
* This is used with previous() or
previous32
() in backward
/external/icu4c/test/intltest/
citrtest.cpp
77
virtual UChar32
previous32
(){return DONE;};
function in class:SCharacterIterator
651
c = iter.
previous32
();
658
c=iter.
previous32
();
660
errln("
previous32
didn't return DONE at the beginning");
754
c = iter.
previous32
();
759
c=iter.
previous32
();
761
errln("error on
previous32
");
812
c2=ci.
previous32
();
1110
virtual UChar32
previous32
() {
function in class:SubCharIter
[
all
...]
/external/icu4c/common/
uchriter.cpp
284
UCharCharacterIterator::
previous32
() {
function in class:UCharCharacterIterator
normlzr.cpp
506
UChar32 c=text->
previous32
();
Completed in 99 milliseconds