Home
last modified time | relevance | path

Searched refs:GRAMMATICAL_INFLECTION_GENDER_MASK (Results 1 – 3 of 3) sorted by relevance

/frameworks/base/native/android/
Dconfiguration.cpp242 config->grammaticalInflection = value & ResTable_config::GRAMMATICAL_INFLECTION_GENDER_MASK; in AConfiguration_setGrammaticalGender()
/frameworks/base/libs/androidfw/include/androidfw/
DResourceTypes.h1086 GRAMMATICAL_INFLECTION_GENDER_MASK = 0b11, enumerator
/frameworks/base/libs/androidfw/
DResourceTypes.cpp3382 if ((grammaticalInflection & GRAMMATICAL_INFLECTION_GENDER_MASK) != 0) { in toString()
3384 switch (grammaticalInflection & GRAMMATICAL_INFLECTION_GENDER_MASK) { in toString()