Home
last modified time | relevance | path

Searched refs:KeyTypeData (Results 1 – 10 of 10) sorted by relevance

/external/icu/android_icu4j/src/main/java/android/icu/impl/locale/
DLocaleValidityChecker.java21 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()
DKeyTypeData.java32 public class KeyTypeData { class
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/locale/
DLocaleValidityChecker.java20 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()
DKeyTypeData.java30 public class KeyTypeData { class
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/util/
DTestLocaleValidity.java28 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()
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/util/
DTestLocaleValidity.java27 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()
/external/icu/android_icu4j/src/main/java/android/icu/util/
DULocale.java39 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()
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/util/
DULocale.java38 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()
/external/cldr/tools/java/libs/
Dicu4j.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/ibm/ com/ ...
/external/icu/icu4j/
Dcoverage-exclusion.txt267 com/ibm/icu/impl/locale/KeyTypeData#<init>:()V
268 com/ibm/icu/impl/locale/KeyTypeData#getBcp47KeyTypes:(Ljava/lang/String;)Ljava/util/Set;
269 com/ibm/icu/impl/locale/KeyTypeData#initFromTables:()V
270 com/ibm/icu/impl/locale/KeyTypeData$PrivateUseKeyValueTypeHandler#isWellFormed:(Ljava/lang/String;)Z