Home | History | Annotate | Download | only in unicode

Lines Matching defs:GenderInfo

33  * GenderInfo computes the gender of a list as a whole given the gender of
37 class U_I18N_API GenderInfo : public UObject {
41 * Provides access to the predefined GenderInfo object for a given
44 * @param locale The locale for which a <code>GenderInfo</code> object is
48 * @return The predefined <code>GenderInfo</code> object pointer for
54 static const GenderInfo* U_EXPORT2 getInstance(const Locale& locale, UErrorCode& status);
74 virtual ~GenderInfo();
81 * must never copy GenderInfo objects.
83 GenderInfo(const GenderInfo& other);
88 GenderInfo& operator=(const GenderInfo&);
90 GenderInfo();
92 static const GenderInfo* getNeutralInstance();
94 static const GenderInfo* getMixedNeutralInstance();
96 static const GenderInfo* getMaleTaintsInstance();
98 static const GenderInfo* loadInstance(const Locale& locale, UErrorCode& status);