Home
last modified time | relevance | path

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

/external/cldr/tools/java/org/unicode/cldr/util/
DCLDRLocale.java38 …String getDisplayName(CLDRLocale cldrLocale, boolean onlyConstructCompound, Transform<String, Stri… in getDisplayName() argument
117 …public String getDisplayName(CLDRLocale cldrLocale, boolean onlyConstructCompound, Transform<Strin… in getDisplayName() argument
166 …public String getDisplayName(CLDRLocale cldrLocale, boolean onlyConstructCompound, Transform<Strin… in getDisplayName() argument
167 …e != null) return file.getName(cldrLocale.toDisplayLanguageTag(), onlyConstructCompound, altPicker… in getDisplayName()
DCLDRFile.java2329 public synchronized String getName(String localeOrTZID, boolean onlyConstructCompound,
2331 return getName(localeOrTZID, onlyConstructCompound,
2346 public synchronized String getName(String localeOrTZID, boolean onlyConstructCompound,
2361 …String name = isCompound && onlyConstructCompound ? null : getName(LANGUAGE_NAME, localeOrTZID, al…
2370 onlyConstructCompound,
2379 boolean onlyConstructCompound,
2392 if (onlyConstructCompound) {
2519 boolean onlyConstructCompound,
2521 return getName(lparser, onlyConstructCompound, altPicker,
2577 public synchronized String getName(String localeOrTZID, boolean onlyConstructCompound) {
[all …]