/external/cldr/tools/java/org/unicode/cldr/tool/ |
GenerateG2xG2.java | 14 import java.util.TreeSet; 50 Set<String> sourceSet = new TreeSet<String>(); 51 Set<String> targetLanguageSet = new TreeSet<String>(); 56 Set<String> targetScriptSet = new TreeSet<String>(); 57 Set<String> targetRegionSet = new TreeSet<String>(); 58 Set<String> targetTZSet = new TreeSet<String>(); 59 Set<String> targetCurrencySet = new TreeSet<String>(); 129 Set<String[]> priority_set = new TreeSet<String[]>(new ArrayComparator(new Comparator[] { comp, comp, comp })); 194 Set<String> testSet = new TreeSet<String>(); 274 Set<String> s = new TreeSet<String>(col) [all...] |
GetDescriptions.java | 10 import java.util.TreeSet; 28 private static Set<String> preCommas = new TreeSet<String>(); 30 private static Set<String> postCommas = new TreeSet<String>(); 205 if (codes == null) type_codes.put(type, codes = new TreeSet<String>()); 219 Set<String> items = new TreeSet<String>(Arrays.asList(parts));
|
WritePluralRulesSpreadsheets.java | 15 import java.util.TreeSet; 57 Set<String> cldrLocales = // new TreeSet<>(Arrays.asList(tests)); 58 new TreeSet<>(STD.getLocaleCoverageLocales(Organization.cldr)); 71 TreeSet<String> localesWithPlurals = new TreeSet<>(supplemental.getPluralLocales(SupplementalDataInfo.PluralType.cardinal)); 115 Set<FixedDecimal> samples = new TreeSet<>();
|
Misc.java | 25 import java.util.TreeSet; 146 Set<String> languages = new TreeSet<String>(cldrFactory.getAvailableLanguages()); 221 // Set<String> names = new TreeSet<String>(); 275 static Set<String> priorities = new TreeSet<String>(Arrays.asList(new String[] { "en", "zh_Hans", 403 Set<String> rtlLanguages = new TreeSet<String>(); 448 new_old.put(zone, new TreeSet<String>(col)); 452 if (oldSet == null) country_zones.put(name, oldSet = new TreeSet<String>(col)); 461 new_old.put(newOne, oldSet = new TreeSet(col)); 635 Set<String> orderedAliases = new TreeSet<String>(col); [all...] |
FindPreferredHours.java | 11 import java.util.TreeSet; 112 final Relation<String, Hours> lang2Hours = Relation.of(new TreeMap<String, Set<Hours>>(), TreeSet.class); 153 Relation<String, Character> region2Allowed = Relation.of(new TreeMap<String, Set<Character>>(), TreeSet.class); 178 items = Relation.of(new TreeMap<Character, Set<String>>(), TreeSet.class)); 187 new TreeMap<PreferredAndAllowedHour, Set<String>>(), TreeSet.class); 215 Set<Character> allAllowed = new TreeSet<Character>();
|
GenerateAttributeList.java | 20 import java.util.TreeSet; 43 Set<String> allElements = new TreeSet<String>(); 191 valueSets[0] = new TreeSet<String>(c); 192 valueSets[1] = new TreeSet<String>(); 215 * Set hasNoAttributes = new TreeSet(allElements); 241 Set<String> toRemove = new TreeSet<String>(valueSets[0]); 242 Set<String> remainder = new TreeSet<String>(valueSets[1]);
|
ChartSubdivisions.java | 10 import java.util.TreeSet; 68 Relation<String, String> inverseAliases = Relation.of(new HashMap(), TreeSet.class);
|
CompareData.java | 7 import java.util.TreeSet; 61 locales = new TreeSet<String>(cldrFactory.getAvailable());
|
CompareSuppress.java | 8 import java.util.TreeSet; 43 Set<String> langs = new TreeSet(langToSuppress.keySet());
|
DiffWithParent.java | 7 import java.util.TreeSet; 93 Set<Pair<String, String>> s = new TreeSet<Pair<String, String>>();
|
FormattedFileWriter.java | 9 import java.util.TreeSet; 30 private Set<String[]> anchors = new TreeSet<String[]>(PC);
|
GenerateCldrDateTimeTests.java | 13 import java.util.TreeSet; 26 Set<ULocale> locales = new TreeSet<ULocale>(GenerateCldrTests.ULocaleComparator);
|
GenerateSubdivisions.java | 11 import java.util.TreeSet; 47 static final Relation<String, String> formerRegionToSubdivisions = Relation.of(new HashMap<String, Set<String>>(), TreeSet.class, SubdivisionNode.ROOT_COL);
|
/external/webrtc/talk/app/webrtc/java/testcommon/src/org/webrtc/ |
PeerConnectionTest.java | 43 import java.util.TreeSet; 54 private TreeSet<String> threadsBeforeTest = null; 300 public synchronized TreeSet<String> unsatisfiedExpectations() { 301 TreeSet<String> stillWaitingForExpectations = new TreeSet<String>(); 362 TreeSet<String> prev = null; 363 TreeSet<String> stillWaitingForExpectations = unsatisfiedExpectations(); 504 // TreeSet<String> threadsAfterTest = allThreads(); 774 private static TreeSet<String> allThreads() { 775 TreeSet<String> threads = new TreeSet<String>() [all...] |
/external/cldr/tools/cldr-unittest/src/org/unicode/cldr/unittest/ |
TestSupplementalInfo.java | 21 import java.util.TreeSet; 145 Set<String> localesToTest = new TreeSet<String>( 274 for (Count c : new TreeSet<>(Arrays.asList(start, end, Count.other))) { 393 new HashMap<PluralInfo, Set<String>>(), TreeSet.class); 394 for (String locale : new TreeSet<String>( 561 new EnumMap<Count, Set<Integer>>(Count.class), TreeSet.class); 575 TreeSet.class)); 585 Set<String> sorted = new TreeSet<String>( 588 new TreeMap<String, Set<String>>(), TreeSet.class); 673 Set<String> toTest = new TreeSet<String>(testInfo.getCldrFactory( [all...] |
TestDayPeriods.java | 8 import java.util.TreeSet; 50 Set<R2<Integer, DayPeriod>> sorted = new TreeSet<>();
|
TestMetazoneTransitions.java | 11 import java.util.TreeSet; 44 public static final Set<Integer> allOffsets = new TreeSet<Integer>(); 248 new TreeMap<ZoneTransitions, Set<String>>(), TreeSet.class); 250 new TreeMap<ZoneTransitions, Set<String>>(), TreeSet.class); 293 Set<String> noMeta = new TreeSet<String>(); 294 Set<String> multiMeta = new TreeSet<String>(); 295 Set<String> stableZones = new TreeSet<String>(); 304 Set<String> metas = new TreeSet<String>();
|
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/translit/ |
UnicodeMapTest.java | 23 import java.util.TreeSet; 217 TreeSet<Integer> values = new TreeSet<Integer>(stayWithMe.values()); 218 TreeSet<Integer> myValues = new TreeSet<Integer>(me.values()); 322 SortedSet<String> log = new TreeSet<String>(); 382 Set<String> values1 = map1.getAvailableValues(new TreeSet<String>()); 383 Set<String> values2 = new TreeSet<String>(map2.values()); 496 Set<Map.Entry<Integer, String>> m1_m2 = new TreeSet<Map.Entry<Integer, String>>(ENTRY_COMPARATOR);
|
/external/icu/icu4j/main/tests/translit/src/com/ibm/icu/dev/test/translit/ |
UnicodeMapTest.java | 22 import java.util.TreeSet; 214 TreeSet<Integer> values = new TreeSet<Integer>(stayWithMe.values()); 215 TreeSet<Integer> myValues = new TreeSet<Integer>(me.values()); 319 SortedSet<String> log = new TreeSet<String>(); 379 Set<String> values1 = map1.getAvailableValues(new TreeSet<String>()); 380 Set<String> values2 = new TreeSet<String>(map2.values()); 493 Set<Map.Entry<Integer, String>> m1_m2 = new TreeSet<Map.Entry<Integer, String>>(ENTRY_COMPARATOR);
|
/external/cldr/tools/java/org/unicode/cldr/util/ |
TestUtilities.java | 26 import java.util.TreeSet; 131 Relation<String, String> message_paths = Relation.of(new TreeMap<String, Set<String>>(), TreeSet.class); 168 Set<String> timezones = new TreeSet<String>(sc.getGoodAvailableCodes("tzid")); 208 Set<String> extra = new TreeSet<String>(eng); 212 Set<String> needed = new TreeSet<String>(eng); 237 Set<String> old = new TreeSet<String>(); 517 Set<String> temp = new TreeSet<String>(subtagData.keySet()); 521 temp = new TreeSet<String>(allCodes); 567 Set<String> allCodes = new TreeSet<String>(); 568 Set<String> deprecatedCodes = new TreeSet<String>() [all...] |
FindDTDOrder.java | 20 import java.util.TreeSet; 143 Set<String> filtered = new TreeSet<String>(); 192 ancestorToDescendant = Relation.of(new TreeMap<String, Set<String>>(), TreeSet.class); 228 TreeSet.class); 241 MergeLists<String> mergeLists = new MergeLists<String>(new TreeSet<String>(new UTF16.StringComparator(true, 299 Set<String> missing = new TreeSet<String>(allDefinedElements); 341 + getJavaList(new TreeSet(attributeEquivalents.getEquivalences(it.next())))); 483 Set firstItems = new TreeSet(); 484 Set nonFirstItems = new TreeSet(); 587 Set<String> children = new TreeSet<String>(mc) [all...] |
IntMap.java | 17 import java.util.TreeSet; 134 Set<String> sorted = new TreeSet<String>(LONGEST_FIRST_COMPARATOR);
|
IsoRegionData.java | 12 import java.util.TreeSet; 23 static Set<String> other_internet = new TreeSet<String>();
|
LanguageInfo.java | 9 import java.util.TreeSet; 26 private Relation<OfficialStatus, String> statusToRegions = Relation.of(new EnumMap<OfficialStatus, Set<String>>(OfficialStatus.class), TreeSet.class);
|
/external/icu/icu4j/tools/build/src/com/ibm/icu/dev/tool/docs/ |
CheckAPI.java | 59 import java.util.TreeSet; 75 TreeSet compareSet; 76 TreeSet results; 597 this.compareSet = new TreeSet(Info.defaultComparator()); 609 results = new TreeSet(Info.defaultComparator()); 640 TreeSet removed = (TreeSet)compareSet.clone(); 643 TreeSet added = (TreeSet)results.clone(); [all...] |