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
();
435
* This can be used to begin an iteration with
previous32
().
444
* iteration with previous() or
previous32
().
524
virtual UChar32
previous32
(void) = 0;
529
* This is used with previous() or
previous32
() in backward
/external/icu4c/test/intltest/
citrtest.cpp
76
virtual UChar32
previous32
(){return DONE;};
function in class:SCharacterIterator
650
c = iter.
previous32
();
657
c=iter.
previous32
();
659
errln("
previous32
didn't return DONE at the beginning");
753
c = iter.
previous32
();
758
c=iter.
previous32
();
760
errln("error on
previous32
");
811
c2=ci.
previous32
();
1109
virtual UChar32
previous32
() {
function in class:SubCharIter
[
all
...]
/external/icu4c/common/
uchriter.cpp
283
UCharCharacterIterator::
previous32
() {
function in class:UCharCharacterIterator
normlzr.cpp
507
UChar32 c=text->
previous32
();
Completed in 86 milliseconds