Home
last modified time | relevance | path

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

/external/cldr/tools/java/org/unicode/cldr/test/
DCLDRTest.java903 CldrUtility.CollectionTransform EnglishName = new CldrUtility.CollectionTransform() {
910 CldrUtility.CollectionTransform EnglishCurrencyName = new CldrUtility.CollectionTransform() {
DTestCLDRTests.java84 languagesToTest = (Set<String>) new CldrUtility.CollectionTransform() { in TestAll()
/external/cldr/tools/java/org/unicode/cldr/util/
DCldrUtility.java826 public static abstract class CollectionTransform<S, T> implements Transform<S, T> { class in CldrUtility