Home
last modified time | relevance | path

Searched refs:GRAMMATICAL_GENDER_FEMININE (Results 1 – 8 of 8) sorted by relevance

/aosp14/frameworks/base/core/java/android/app/
H A DGrammaticalInflectionManager.java37 Configuration.GRAMMATICAL_GENDER_FEMININE,
/aosp14/frameworks/base/libs/androidfw/tests/
H A DConfigDescription_test.cpp160 EXPECT_EQ(android::ResTable_config::GRAMMATICAL_GENDER_FEMININE, config.grammaticalInflection); in TEST()
H A DConfig_test.cpp216 feminine.grammaticalInflection = ResTable_config::GRAMMATICAL_GENDER_FEMININE; in TEST()
/aosp14/frameworks/base/core/java/android/content/res/
H A DConfiguration.java164 GRAMMATICAL_GENDER_FEMININE,
185 public static final int GRAMMATICAL_GENDER_FEMININE = 2; field in Configuration
1126 case GRAMMATICAL_GENDER_FEMININE: sb.append(" feminine"); break; in toString()
2509 case Configuration.GRAMMATICAL_GENDER_FEMININE: in resourceQualifierString()
/aosp14/frameworks/base/libs/androidfw/
H A DConfigDescription.cpp100 if (out) out->grammaticalInflection = ResTable_config::GRAMMATICAL_GENDER_FEMININE; in parseGrammaticalInflection()
H A DResourceTypes.cpp3298 case GRAMMATICAL_GENDER_FEMININE: res.append("feminine"); break; in toString()
/aosp14/frameworks/base/libs/androidfw/include/androidfw/
H A DResourceTypes.h1078 GRAMMATICAL_GENDER_FEMININE = ACONFIGURATION_GRAMMATICAL_GENDER_FEMININE, enumerator
/aosp14/frameworks/base/core/api/
H A Dcurrent.txt13318 field public static final int GRAMMATICAL_GENDER_FEMININE = 2; // 0x2