HomeSort by relevance Sort by last modified time
    Searched defs:allowsDeprecated (Results 1 - 2 of 2) sorted by null

  /external/icu/android_icu4j/src/main/java/android/icu/impl/locale/
LocaleValidityChecker.java 33 private final boolean allowsDeprecated;
51 allowsDeprecated = datasubtypes.contains(Datasubtype.deprecated);
56 allowsDeprecated = this.datasubtypes.contains(Datasubtype.deprecated);
175 if (!allowsDeprecated && KeyTypeData.isDeprecated(key)) {
254 if (!allowsDeprecated && KeyTypeData.isDeprecated(key, subtag)) {
  /external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/locale/
LocaleValidityChecker.java 31 private final boolean allowsDeprecated;
49 allowsDeprecated = datasubtypes.contains(Datasubtype.deprecated);
54 allowsDeprecated = this.datasubtypes.contains(Datasubtype.deprecated);
173 if (!allowsDeprecated && KeyTypeData.isDeprecated(key)) {
252 if (!allowsDeprecated && KeyTypeData.isDeprecated(key, subtag)) {

Completed in 60 milliseconds