Searched refs:KeyTypeData (Results 1 – 10 of 10) sorted by relevance
21 import android.icu.impl.locale.KeyTypeData.ValueType;174 key = KeyTypeData.toBcpKey(subtag); in isValidU()178 if (!allowsDeprecated && KeyTypeData.isDeprecated(key)) { in isValidU()181 valueType = KeyTypeData.getValueType(key); in isValidU()253 String type = KeyTypeData.toBcpType(key, subtag, isKnownKey, isSpecialType); in isValidU()257 if (!allowsDeprecated && KeyTypeData.isDeprecated(key, subtag)) { in isValidU()
32 public class KeyTypeData { class
20 import com.ibm.icu.impl.locale.KeyTypeData.ValueType;169 key = KeyTypeData.toBcpKey(subtag); in isValidU()173 if (!allowsDeprecated && KeyTypeData.isDeprecated(key)) { in isValidU()176 valueType = KeyTypeData.getValueType(key); in isValidU()248 String type = KeyTypeData.toBcpType(key, subtag, isKnownKey, isSpecialType); in isValidU()252 if (!allowsDeprecated && KeyTypeData.isDeprecated(key, subtag)) { in isValidU()
30 public class KeyTypeData { class
28 import android.icu.impl.locale.KeyTypeData;189 LinkedHashSet<String> missing = new LinkedHashSet(KeyTypeData.getBcp47Keys()); in testBasic()196 for (String type : KeyTypeData.getBcp47KeyTypes(key)) { in testBasic()197 if (KeyTypeData.isDeprecated(key, type)) { in testBasic()
27 import com.ibm.icu.impl.locale.KeyTypeData;186 LinkedHashSet<String> missing = new LinkedHashSet(KeyTypeData.getBcp47Keys()); in testBasic()193 for (String type : KeyTypeData.getBcp47KeyTypes(key)) { in testBasic()194 if (KeyTypeData.isDeprecated(key, type)) { in testBasic()
39 import android.icu.impl.locale.KeyTypeData;3264 String bcpKey = KeyTypeData.toBcpKey(keyword); in toUnicodeLocaleKey()3299 String bcpType = KeyTypeData.toBcpType(keyword, value, null, null); in toUnicodeLocaleType()3319 String legacyKey = KeyTypeData.toLegacyKey(keyword); in toLegacyKey()3362 String legacyType = KeyTypeData.toLegacyType(keyword, value, null, null); in toLegacyType()
38 import com.ibm.icu.impl.locale.KeyTypeData;3400 String bcpKey = KeyTypeData.toBcpKey(keyword); in toUnicodeLocaleKey()3436 String bcpType = KeyTypeData.toBcpType(keyword, value, null, null); in toUnicodeLocaleType()3457 String legacyKey = KeyTypeData.toLegacyKey(keyword); in toLegacyKey()3501 String legacyType = KeyTypeData.toLegacyType(keyword, value, null, null); in toLegacyType()
META-INF/ META-INF/MANIFEST.MF com/ com/ibm/ com/ ...
267 com/ibm/icu/impl/locale/KeyTypeData#<init>:()V268 com/ibm/icu/impl/locale/KeyTypeData#getBcp47KeyTypes:(Ljava/lang/String;)Ljava/util/Set;269 com/ibm/icu/impl/locale/KeyTypeData#initFromTables:()V270 com/ibm/icu/impl/locale/KeyTypeData$PrivateUseKeyValueTypeHandler#isWellFormed:(Ljava/lang/String;)Z