Home
last modified time | relevance | path

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

/external/cldr/tools/java/org/unicode/cldr/util/
DSimpleDictionary.java29 private Set<CharSequence> possibleMatchesAfter; field in SimpleDictionary
136 possibleMatchesAfter.remove(firstMatch); in next()
137 possibleMatchesBefore = possibleMatchesAfter; in next()
150 if (possibleMatchesAfter.size() == 0) { in next()
154 possibleMatchesBefore = possibleMatchesAfter; in next()
185 possibleMatchesAfter = new TreeSet<CharSequence>(); in filterToStartsWith()
191 possibleMatchesAfter.add(item); in filterToStartsWith()