OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:setIndex32
(Results
1 - 5
of
5
) sorted by null
/external/icu/icu4c/source/common/unicode/
uchriter.h
214
virtual UChar32
setIndex32
(int32_t position);
chariter.h
477
virtual UChar32
setIndex32
(int32_t position) = 0;
/external/icu/icu4c/source/test/intltest/
citrtest.cpp
72
virtual UChar32
setIndex32
(int32_t /*pos*/){return DONE;};
353
test8b->
setIndex32
(5);
355
errln("
setIndex32
() failed");
608
if(iter.
setIndex32
(i) != c)
609
errln("
setIndex32
() isn't working right");
627
c=iter.
setIndex32
(text.length()+1);
629
errln("
setIndex32
(len+1) didn't return DONE");
645
if(iter.
setIndex32
(i) != c)
646
errln("
setIndex32
() isn't working right");
721
if(iter.
setIndex32
(i) != c
[
all
...]
/external/icu/icu4c/source/common/
uchriter.cpp
227
UCharCharacterIterator::
setIndex32
(int32_t position) {
utext.cpp
[
all
...]
Completed in 100 milliseconds