OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full: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 545 milliseconds