HomeSort by relevance Sort by last modified time
    Searched refs:tempSet (Results 1 - 6 of 6) sorted by null

  /external/cldr/tools/java/org/unicode/cldr/test/
CheckChildren.java 17 Map<String, String> tempSet = new HashMap<String, String>();
35 tempSet.clear();
44 tempSet.put(immediateChildren[i].getLocaleID(), otherValue);
46 tempSet.put(immediateChildren[i].getLocaleID(), value);
49 if (tempSet.values().contains(value)) return this;
54 .setMessage("Value always overridden in children: {0}", new Object[] { tempSet.keySet().toString() });
56 tempSet.clear(); // free for gc
  /external/icu/android_icu4j/src/main/java/android/icu/text/
SpoofChecker.java     [all...]
  /external/icu/icu4c/source/i18n/
uspoof_impl.cpp 195 UnicodeSet tempSet;
196 tempSet.applyIntPropertyValue(UCHAR_SCRIPT, USCRIPT_COMMON, status);
197 allowedChars.addAll(tempSet);
198 tempSet.applyIntPropertyValue(UCHAR_SCRIPT, USCRIPT_INHERITED, status);
199 allowedChars.addAll(tempSet);
  /external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
SpoofChecker.java     [all...]
  /external/cldr/tools/java/org/unicode/cldr/util/
CldrUtility.java 500 LinkedHashSet tempSet = new LinkedHashSet<>(sourceCollection); // copy contents
503 for (Object item : tempSet) {
    [all...]
  /external/cldr/tools/java/libs/
icu4j.jar 

Completed in 176 milliseconds