Searched refs:getDataForType (Results 1 – 12 of 12) sorted by relevance
102 public CldrData getDataForType(CldrDataType type) { in getDataForType() method in AlternateLocaleData.CldrDataFilter103 return src.getDataForType(type); in getDataForType()
175 @Override public CldrData getDataForType(CldrDataType type) { in getDataForType() method in PseudoLocales.PseudoSupplier176 return src.getDataForType(type); in getDataForType()
114 src.getDataForType(CldrDataType.SUPPLEMENTAL).accept( in create()
184 public abstract CldrData getDataForType(CldrDataType type); in getDataForType() method in CldrDataSupplier235 public CldrData getDataForType(CldrDataType type) { in getDataForType() method in CldrDataSupplier.FileBasedDataSupplier
57 super(src.getDataForType(CldrDataType.SUPPLEMENTAL), transformer); in SupplementalMapper()
56 return process(src.getDataForType(SUPPLEMENTAL)); in process()
52 return process(src.getDataForType(SUPPLEMENTAL)); in process()
62 return process(src.getDataForType(SUPPLEMENTAL)); in process()
86 return process(src.getDataForType(BCP47)); in process()
100 CldrData cldrData = src.getDataForType(SUPPLEMENTAL); in process()
75 @Override public CldrData getDataForType(CldrDataType type) { in getDataForType() method in FakeDataSupplier
125 return process(src.getDataForType(SUPPLEMENTAL)); in process()