Searched refs:CollectionTransform (Results 1 – 3 of 3) sorted by relevance
903 CldrUtility.CollectionTransform EnglishName = new CldrUtility.CollectionTransform() {910 CldrUtility.CollectionTransform EnglishCurrencyName = new CldrUtility.CollectionTransform() {
84 languagesToTest = (Set<String>) new CldrUtility.CollectionTransform() { in TestAll()
826 public static abstract class CollectionTransform<S, T> implements Transform<S, T> { class in CldrUtility