Home
last modified time | relevance | path

Searched refs:grammatical_gender (Results 1 – 4 of 4) sorted by relevance

/aosp14/frameworks/base/core/proto/android/content/
H A Dconfiguration.proto53 optional uint32 grammatical_gender = 22; field
/aosp14/frameworks/base/tools/aapt2/
H A DConfiguration.proto209 GrammaticalGender grammatical_gender = 26;
/aosp14/frameworks/base/core/jni/
H A Dandroid_util_AssetManager.cpp355 jint color_mode, jint grammatical_gender, jint major_version) { in NativeSetConfiguration() argument
376 configuration.grammaticalInflection = static_cast<uint8_t>(grammatical_gender); in NativeSetConfiguration()
/aosp14/frameworks/base/tools/aapt2/format/proto/
H A DProtoDeserialize.cpp357 out_config->grammaticalInflection = pb_config.grammatical_gender(); in DeserializeConfigFromPb()