Home
last modified time | relevance | path

Searched refs:CharIterator (Results 1 – 5 of 5) sorted by relevance

/external/icu/android_icu4j/src/main/java/android/icu/impl/
DTextTrieMap.java45 CharIterator chitr = new CharIterator(text, 0, _ignoreCase); in put()
92 CharIterator chitr = new CharIterator(text, offset, _ignoreCase); in find()
96 private synchronized void find(Node node, CharIterator chitr, ResultHandler<V> handler) { in find()
110 public static class CharIterator implements Iterator<Character> { class in TextTrieMap
118 CharIterator(CharSequence text, int offset, boolean ignoreCase) { in CharIterator() method in TextTrieMap.CharIterator
246 public void add(CharIterator chitr, V value) { in add()
254 public Node findMatch(CharIterator chitr) { in findMatch()
315 private boolean matchFollowing(CharIterator chitr) { in matchFollowing()
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/
DTextTrieMap.java43 CharIterator chitr = new CharIterator(text, 0, _ignoreCase); in put()
90 CharIterator chitr = new CharIterator(text, offset, _ignoreCase); in find()
94 private synchronized void find(Node node, CharIterator chitr, ResultHandler<V> handler) { in find()
108 public static class CharIterator implements Iterator<Character> { class in TextTrieMap
116 CharIterator(CharSequence text, int offset, boolean ignoreCase) { in CharIterator() method in TextTrieMap.CharIterator
244 public void add(CharIterator chitr, V value) { in add()
252 public Node findMatch(CharIterator chitr) { in findMatch()
313 private boolean matchFollowing(CharIterator chitr) { in matchFollowing()
/external/desugar/java/com/google/devtools/common/options/
DParamsFilePreProcessor.java67 CharIterator iterator = CharIterator.wrap(params); in preProcess()
96 static class CharIterator { class in ParamsFilePreProcessor
105 public static CharIterator wrap(Reader reader) { in wrap()
106 return new CharIterator(reader); in wrap()
109 public CharIterator(Reader reader) { in CharIterator() method in ParamsFilePreProcessor.CharIterator
/external/icu/icu4j/
Dcoverage-exclusion.txt426 com/ibm/icu/impl/TextTrieMap$CharIterator#nextIndex:()I
427 com/ibm/icu/impl/TextTrieMap$CharIterator#remove:()V
/external/v8/src/inspector/build/closure-compiler/
Dclosure-compiler.jarMETA-INF/MANIFEST.MF META-INF/ com/ com/google/ com/ ...