Lines Matching refs:GenderInfo
39 static icu::GenderInfo* gObjs = NULL;
71 gObjs = new GenderInfo[GENDER_STYLE_LENGTH]; in GenderInfo_initCache()
88 GenderInfo::GenderInfo() { in GenderInfo() function in GenderInfo
91 GenderInfo::~GenderInfo() { in ~GenderInfo()
94 const GenderInfo* GenderInfo::getInstance(const Locale& locale, UErrorCode& status) { in getInstance()
102 const GenderInfo* result = NULL; in getInstance()
106 result = (const GenderInfo*) uhash_get(gGenderInfoCache, key); in getInstance()
122 GenderInfo* temp = (GenderInfo*) uhash_get(gGenderInfoCache, key); in getInstance()
135 const GenderInfo* GenderInfo::loadInstance(const Locale& locale, UErrorCode& status) { in loadInstance()
177 UGender GenderInfo::getListGender(const UGender* genders, int32_t length, UErrorCode& status) const… in getListGender()
230 const GenderInfo* GenderInfo::getNeutralInstance() { in getNeutralInstance()
234 const GenderInfo* GenderInfo::getMixedNeutralInstance() { in getMixedNeutralInstance()
238 const GenderInfo* GenderInfo::getMaleTaintsInstance() { in getMaleTaintsInstance()
246 return (const UGenderInfo*) icu::GenderInfo::getInstance(locale, *status); in ugender_getInstance()
251 return ((const icu::GenderInfo *)genderInfo)->getListGender(genders, size, *status); in ugender_getListGender()