Home
last modified time | relevance | path

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

/external/cldr/tools/java/org/unicode/cldr/util/
DLsrvCanonicalizer.java52 public Collection<String> get(LstrType lstrType) { in get() argument
53 return data.get(lstrType); in get()
79 …public void addItem(StringBuilder buffer, LstrType lstrType, String separator, String prefix, fina… in addItem() argument
80 final Collection<String> region = data.get(lstrType); in addItem()
89 public static XLanguageTag fromTag(LstrType lstrType, String tag) { in fromTag() argument
92 final boolean isLanguage = lstrType == LstrType.language; in fromTag()
130 public XLanguageTag set(LstrType lstrType, String string) { in set() argument
132 if (lstrType != LstrType.variant) { in set()
133 result.removeAll(lstrType); in set()
135 result.put(lstrType, string); in set()
[all …]
DLanguageTagCanonicalizer.java39 public LanguageTagCanonicalizer(LstrType lstrType) { in LanguageTagCanonicalizer() argument
40 switch(lstrType) { in LanguageTagCanonicalizer()
/external/cldr/tools/cldr-unittest/src/org/unicode/cldr/unittest/
DTestValidity.java110 for (LstrType lstrType : LstrType.values()) { in TestBasicValidity()
111 logln(lstrType.toString()); in TestBasicValidity()
112 final Map<Status, Set<String>> statusToCodes = validity.getStatusToCodes(lstrType); in TestBasicValidity()
301 LstrType lstrType = e1.getKey(); in TestUnits() local
420 for (LstrType lstrType : lstrTypesToTest) { in TestLstrConsistency()
421 Map<String, Map<LstrField, String>> lstrValue = lstr.get(lstrType); in TestLstrConsistency()
425 …<List<String>, String>> codeToReplacement = typeToCodeToReplacement.get(lstrType.toCompatString()); in TestLstrConsistency()
454 logln(lstrType + ": aliased and not deprecated in lstr: " + diff); in TestLstrConsistency()
464 Map<Status, Set<String>> statusToCodes = validity.getStatusToCodes(lstrType); in TestLstrConsistency()
468 … showMinus("Deprecated lstr - validity", lstrType, lstrDeprecated, validityDeprecated); in TestLstrConsistency()
[all …]