Home | History | Annotate | Download | only in util

Lines Matching defs:canonicalize

79  * POSIX ids, <code>canonicalize</code> can be called to convert the id
428 * <p>This constructor does not canonicalize the localeID. So, for
432 * or {@link #canonicalize} if you need to canonicalize the localeID.
478 * @param nonCanonicalID the locale id to canonicalize
483 return new ULocale(canonicalize(nonCanonicalID), (Locale)null);
1041 public static String canonicalize(String localeID){
2122 map.put(entry, new ULocale(canonicalize(languageRangeBuf.toString())));