Searched defs:lstrType (Results 1 – 3 of 3) sorted by relevance
/external/cldr/tools/java/org/unicode/cldr/util/ |
D | LsrvCanonicalizer.java | 52 public Collection<String> get(LstrType lstrType) { in get() 79 …public void addItem(StringBuilder buffer, LstrType lstrType, String separator, String prefix, fina… in addItem() 89 public static XLanguageTag fromTag(LstrType lstrType, String tag) { in fromTag() 130 public XLanguageTag set(LstrType lstrType, String string) { in set() 193 …private ReplacementRule(LstrType lstrType, String type, XLanguageTag typeParts, XLanguageTag repla… in ReplacementRule() 203 …static ReplacementRule from(LstrType lstrType, String type, List<String> replacement, String reaso… in from() 273 public String canonicalize(LstrType lstrType, String languageTag) { in canonicalize() 343 public List<ReplacementRule> filter(LstrType lstrType, String value) { in filter() 371 LstrType lstrType = LstrType.fromString(type); in load() local
|
D | LanguageTagCanonicalizer.java | 39 public LanguageTagCanonicalizer(LstrType lstrType) { in LanguageTagCanonicalizer()
|
/external/cldr/tools/cldr-unittest/src/org/unicode/cldr/unittest/ |
D | TestValidity.java | 301 LstrType lstrType = e1.getKey(); in TestUnits() local 508 …private String makeAliasXml(LstrType lstrType, String code, String lstrReplacement, String reason)… in makeAliasXml() 524 private <T> Set<T> showMinus(String title, LstrType lstrType, Set<T> a, Set<T> b) { in showMinus()
|