OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:setToEnd
(Results
1 - 3
of
3
) sorted by null
/external/icu/icu4c/source/common/unicode/
chariter.h
237
* Backward iteration with
setToEnd
() and hasPrevious():
241
* for(it.
setToEnd
(); it.hasPrevious();) {
454
inline int32_t
setToEnd
();
697
CharacterIterator::
setToEnd
() {
/external/icu/icu4c/source/common/
normlzr.cpp
313
currentIndex=nextIndex=text->
setToEnd
();
/external/icu/icu4c/source/test/intltest/
citrtest.cpp
179
test->
setToEnd
();
181
errln("Failed:
setToEnd
().");
620
c=iter.
setToEnd
();
622
errln("
setToEnd
failed");
[
all
...]
Completed in 63 milliseconds