Home
last modified time | relevance | path

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

/external/cldr/tools/java/org/unicode/cldr/tool/
DCountItems.java72 private static final Collator ROOT_PRIMARY_COLLATOR = Collator.getInstance(ULocale.ROOT) field in CountItems
214 .setSpaceComparator(spaceCol != null ? spaceCol : ROOT_PRIMARY_COLLATOR) in showExemplars()
847 TreeSet<String> s = new TreeSet<String>(ROOT_PRIMARY_COLLATOR); in addVariable()