Home | History | Annotate | Download | only in util

Lines Matching defs:getCanonicalID

56  * all the supported time zone IDs, or getCanonicalID method to check
76 * <code>getCanonicalID</code> can also be used to
907 icuID = getCanonicalID(icuID);
1010 public static String getCanonicalID(String id) {
1011 return getCanonicalID(id, null);
1025 public static String getCanonicalID(String id, boolean[] isSystemID) {
1096 id = getCanonicalID(id, isSystemID);