Home
last modified time | relevance | path

Searched defs:CharIterator (Results 1 – 4 of 4) sorted by relevance

/third_party/abseil-cpp/absl/strings/
Dcord.h312 class CharIterator; variable
360 friend class CharIterator; variable
501 explicit CharIterator(const Cord* cord) : chunk_iterator_(cord) {} in CharIterator() function
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/impl/
DTextTrieMap.java130 public static class CharIterator implements Iterator<Character> { class in TextTrieMap
138 CharIterator(CharSequence text, int offset, boolean ignoreCase) { in CharIterator() method in TextTrieMap.CharIterator
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/
DTextTrieMap.java122 public static class CharIterator implements Iterator<Character> { class in TextTrieMap
130 CharIterator(CharSequence text, int offset, boolean ignoreCase) { in CharIterator() method in TextTrieMap.CharIterator
/third_party/skia/third_party/externals/abseil-cpp/absl/strings/
Dcord.h322 class CharIterator; variable
370 friend class CharIterator; variable
539 explicit CharIterator(const Cord* cord) : chunk_iterator_(cord) {} in CharIterator() function