Home | History | Annotate | Download | only in locale

Lines Matching defs:aliases

64     public static class Aliases {
72 Set<String> aliases = toAliases.get(canonical);
73 return aliases == null ? Collections.singleton(canonical) : aliases;
75 public Aliases(String key) {
111 public static Aliases LANGUAGE_ALIASES = new Aliases("language");
112 public static Aliases REGION_ALIASES = new Aliases("territory");
239 // prepare alias info. We want a mapping from the canonical form to all aliases
267 // now add aliases