Lines Matching refs:GenderInfo
37 static icu::GenderInfo* gObjs = NULL;
69 gObjs = new GenderInfo[GENDER_STYLE_LENGTH]; in GenderInfo_initCache()
86 GenderInfo::GenderInfo() { in GenderInfo() function in GenderInfo
89 GenderInfo::~GenderInfo() { in ~GenderInfo()
92 const GenderInfo* GenderInfo::getInstance(const Locale& locale, UErrorCode& status) { in getInstance()
99 const GenderInfo* result = NULL; in getInstance()
103 result = (const GenderInfo*) uhash_get(gGenderInfoCache, key); in getInstance()
119 GenderInfo* temp = (GenderInfo*) uhash_get(gGenderInfoCache, key); in getInstance()
132 const GenderInfo* GenderInfo::loadInstance(const Locale& locale, UErrorCode& status) { in loadInstance()
174 UGender GenderInfo::getListGender(const UGender* genders, int32_t length, UErrorCode& status) const… in getListGender()
227 const GenderInfo* GenderInfo::getNeutralInstance() { in getNeutralInstance()
231 const GenderInfo* GenderInfo::getMixedNeutralInstance() { in getMixedNeutralInstance()
235 const GenderInfo* GenderInfo::getMaleTaintsInstance() { in getMaleTaintsInstance()
243 return (const UGenderInfo*) icu::GenderInfo::getInstance(locale, *status); in ugender_getInstance()
248 return ((const icu::GenderInfo *)genderInfo)->getListGender(genders, size, *status); in ugender_getListGender()