Searched refs:resolvedCldrFile (Results 1 – 2 of 2) sorted by relevance
41 public static final CompactDecimalFormat build(CLDRFile resolvedCldrFile, in build() argument79 Iterator<String> it = resolvedCldrFile.iterator(prefix); in build()101 String pattern = resolvedCldrFile.getStringValue(path); in build()256 ICUServiceBuilder builder = new ICUServiceBuilder().setCldrFile(resolvedCldrFile); in build()304 private static String getUnitString(CLDRFile resolvedCldrFile, String unit, String count) { in getUnitString() argument305 … return resolvedCldrFile.getStringValue("//ldml/units/unitLength[@type=\"short\"]/unit[@type=\"" in getUnitString()315 …CurrencyInfo(CLDRFile resolvedCldrFile, Set<String> canonicalKeywords, String currencyCode, XPathP… in CurrencyInfo() argument317 it = resolvedCldrFile.iterator( in CurrencyInfo()329 currencyNames.put(key, resolvedCldrFile.getStringValue(path)); in CurrencyInfo()332 it = resolvedCldrFile.iterator( in CurrencyInfo()[all …]
232 …public ExampleGenerator(CLDRFile resolvedCldrFile, CLDRFile englishFile, String supplementalDataDi… in ExampleGenerator() argument233 …if (!resolvedCldrFile.isResolved()) throw new IllegalArgumentException("CLDRFile must be resolved"… in ExampleGenerator()235 cldrFile = resolvedCldrFile; in ExampleGenerator()