Home
last modified time | relevance | path

Searched refs:setToEnd (Results 1 – 10 of 10) sorted by relevance

/third_party/icu/icu4c/source/common/unicode/
Dchariter.h459 inline int32_t setToEnd();
706 CharacterIterator::setToEnd() { in setToEnd() function
/third_party/flutter/skia/third_party/externals/icu/source/common/unicode/
Dchariter.h456 inline int32_t setToEnd();
703 CharacterIterator::setToEnd() { in setToEnd() function
/third_party/skia/third_party/externals/icu/source/common/unicode/
Dchariter.h459 inline int32_t setToEnd();
706 CharacterIterator::setToEnd() { in setToEnd() function
/third_party/node/deps/icu-small/source/common/unicode/
Dchariter.h459 inline int32_t setToEnd();
706 CharacterIterator::setToEnd() { in setToEnd() function
/third_party/icu/docs/userguide/strings/
Dcharacteriterator.md125 can be started with setToEnd(), last(), or last32() calls.
147 Without accessing the text, the setToStart() and setToEnd() calls set the index
/third_party/node/deps/icu-small/source/common/
Dnormlzr.cpp321 currentIndex=nextIndex=text->setToEnd(); in last()
/third_party/skia/third_party/externals/icu/source/common/
Dnormlzr.cpp321 currentIndex=nextIndex=text->setToEnd(); in last()
/third_party/icu/icu4c/source/common/
Dnormlzr.cpp321 currentIndex=nextIndex=text->setToEnd(); in last()
/third_party/flutter/skia/third_party/externals/icu/source/common/
Dnormlzr.cpp321 currentIndex=nextIndex=text->setToEnd(); in last()
/third_party/icu/icu4c/source/test/intltest/
Dcitrtest.cpp181 test->setToEnd(); in TestCoverage()
622 c=iter.setToEnd(); in TestIterationUChar32()