Home
last modified time | relevance | path

Searched defs:lstrType (Results 1 – 5 of 5) sorted by relevance

/external/cldr/tools/cldr-code/src/main/java/org/unicode/cldr/util/
DLsrvCanonicalizer.java54 public Collection<String> get(LstrType lstrType) { in get()
85 LstrType lstrType, in addItem()
98 public static XLanguageTag fromTag(LstrType lstrType, String tag) { in fromTag()
142 public XLanguageTag set(LstrType lstrType, String string) { in set()
211 LstrType lstrType, in ReplacementRule()
228 LstrType lstrType, String type, List<String> replacement, String reason) { in from()
306 public String canonicalize(LstrType lstrType, String languageTag) { in canonicalize()
377 public List<ReplacementRule> filter(LstrType lstrType, String value) { in filter()
407 LstrType lstrType = LstrType.fromString(type); in load() local
DLocaleValidator.java118 LstrType lstrType, String key, String value, Validity.Status status) { in isAllowed()
/external/cldr/tools/cldr-code/src/test/java/org/unicode/cldr/unittest/
DTestValidity.java330 final LstrType lstrType = e1.getKey(); in TestValidityUniqueness() local
556 LstrType lstrType, String code, String lstrReplacement, String reason) { in makeAliasXml()
583 private <T> Set<T> showMinus(String title, LstrType lstrType, Set<T> a, Set<T> b) { in showMinus()
/external/cldr/tools/cldr-code/src/main/java/org/unicode/cldr/tool/
DLangTagsData.java291 private void check(LstrType lstrType, String lang, Map<LstrType, Status> errors) { in check() argument
DGenerateLikelySubtags.java625 public static String getPart(String locale, LstrType lstrType) { in getPart()