Home
last modified time | relevance | path

Searched refs:genderList (Results 1 – 7 of 7) sorted by relevance

/external/icu/icu4c/source/test/intltest/
Dgenderinfotest.cpp43 …utral, UGender expected_mixed, UGender expected_taints, const UGender* genderList, int32_t listLen…
44 …void checkLocale(const Locale& locale, UGender expected, const UGender* genderList, int32_t listLe…
95 …utral, UGender expected_mixed, UGender expected_taints, const UGender* genderList, int32_t listLen… in check() argument
96 checkLocale(Locale::getUS(), expected_neutral, genderList, listLength); in check()
97 checkLocale("is", expected_mixed, genderList, listLength); in check()
98 checkLocale(Locale::getFrench(), expected_taints, genderList, listLength); in check()
102 const Locale& locale, UGender expected, const UGender* genderList, int32_t listLength) { in checkLocale() argument
109 UGender actual = gi->getListGender(genderList, listLength, status); in checkLocale()
/external/icu/icu4c/source/data/misc/
DgenderList.txt3 genderList:table(nofallback){
4 genderList{
Dmiscfiles.mk31 genderList.txt dayPeriods.txt pluralRanges.txt
/external/icu/android_icu4j/src/main/java/android/icu/util/
DGenderInfo.java253 UResourceBundle genderList = rb.get("genderList"); in load() local
256 ListGenderStyle.fromName(genderList.getString(ulocale.toString()))); in load()
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/util/
DGenderInfo.java249 UResourceBundle genderList = rb.get("genderList"); in load() local
252 ListGenderStyle.fromName(genderList.getString(ulocale.toString()))); in load()
/external/cldr/tools/java/org/unicode/cldr/icu/
Dldml2icu_supplemental.txt188 # genderList.txt
189 //supplementalData/gender/personList[@type="(%W)"][@locales="(%W)"] ; /genderList/$2 ; values=$1
DNewLdml2IcuConverter.java57 …locales, dayPeriods, genderList, likelySubtags, metadata, metaZones, numberingSystems, plurals, pl… enumConstant