HomeSort by relevance Sort by last modified time
    Searched defs:currentValues (Results 1 - 4 of 4) sorted by null

  /external/cldr/tools/java/org/unicode/cldr/tool/
DiffCldr.java 147 Set<String> currentValues = new TreeSet<>();
162 currentValues.clear();
164 currentValues.addAll(localeToValue.values());
165 if (currentValues.size() <= 1) {
  /external/cldr/tools/java/org/unicode/cldr/test/
CLDRTest.java 175 Map<String, ValueCount> currentValues = new TreeMap<String, ValueCount>();
180 currentValues.clear();
186 // Walk through all the xpaths, adding to currentValues
187 // Whenever two values for the same xpath are different, we remove from currentValues, and add to
193 ValueCount last = currentValues.get(xpath);
198 currentValues.put(xpath, vc);
203 currentValues.remove(xpath);
206 // at the end, only the keys left in currentValues are (possibly) faulty
213 if (currentValues.size() == 0) continue;
216 for (String xpath : currentValues.keySet())
    [all...]
  /external/guice/extensions/struts2/lib/
struts2-core-2.2.1.jar 
  /external/guice/extensions/persist/lib/
hibernate3.jar 

Completed in 238 milliseconds