Searched defs:toLegacyType (Results 1 - 4 of 4) sorted by relevance

/external/icu/android_icu4j/src/main/java/android/icu/impl/locale/
H A DKeyTypeData.java139 public static String toLegacyType(String key, String type, method in class:KeyTypeData
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/locale/
H A DKeyTypeData.java137 public static String toLegacyType(String key, String type, method in class:KeyTypeData
/external/icu/android_icu4j/src/main/java/android/icu/util/
H A DULocale.java3296 * @see #toLegacyType(String, String)
3347 * <code>toLegacyType("Foo", "Bar")</code> returns "bar",
3348 * <code>toLegacyType("vt", "00A4")</code> returns "00a4".
3361 public static String toLegacyType(String keyword, String value) { method in class:ULocale
3362 String legacyType = KeyTypeData.toLegacyType(keyword, value, null, null);
3723 String ltype = toLegacyType(bcpKey, ((bcpType.length() == 0) ? "yes" : bcpType)); // use "yes" as the value of typeless keywords
4061 kwVal = toLegacyType(kwKey, ((kwVal.length() == 0) ? "yes" : kwVal));
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/util/
H A DULocale.java3436 * @see #toLegacyType(String, String)
3489 * <code>toLegacyType("Foo", "Bar")</code> returns "bar",
3490 * <code>toLegacyType("vt", "00A4")</code> returns "00a4".
3504 public static String toLegacyType(String keyword, String value) { method in class:ULocale
3505 String legacyType = KeyTypeData.toLegacyType(keyword, value, null, null);
3896 String ltype = toLegacyType(bcpKey, ((bcpType.length() == 0) ? "yes" : bcpType)); // use "yes" as the value of typeless keywords
4234 kwVal = toLegacyType(kwKey, ((kwVal.length() == 0) ? "yes" : kwVal));

Completed in 143 milliseconds