Home
last modified time | relevance | path

Searched refs:FastStringIterator (Results 1 – 2 of 2) sorted by relevance

/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/util/
DCodePointTrie.java798 return new FastStringIterator(s, sIndex); in stringIterator()
801 private final class FastStringIterator extends StringIterator { class in CodePointTrie.Fast
802 private FastStringIterator(CharSequence s, int sIndex) { in FastStringIterator() method in CodePointTrie.Fast.FastStringIterator
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/util/
DCodePointTrie.java817 return new FastStringIterator(s, sIndex); in stringIterator()
820 private final class FastStringIterator extends StringIterator { class in CodePointTrie.Fast
821 private FastStringIterator(CharSequence s, int sIndex) { in FastStringIterator() method in CodePointTrie.Fast.FastStringIterator