Home | History | Annotate | Download | only in unicode

Lines Matching refs:GenderInfo

23  * \brief C++ API: GenderInfo computes the gender of a list.
42 * GenderInfo computes the gender of a list as a whole given the gender of
46 class U_I18N_API GenderInfo : public UObject {
50 * Provides access to the predefined GenderInfo object for a given
53 * @param locale The locale for which a <code>GenderInfo</code> object is
57 * @return The predefined <code>GenderInfo</code> object pointer for
63 static const GenderInfo* U_EXPORT2 getInstance(const Locale& locale, UErrorCode& status);
83 virtual ~GenderInfo();
90 * must never copy GenderInfo objects.
92 GenderInfo(const GenderInfo& other);
97 GenderInfo& operator=(const GenderInfo&);
99 GenderInfo();
101 static const GenderInfo* getNeutralInstance();
103 static const GenderInfo* getMixedNeutralInstance();
105 static const GenderInfo* getMaleTaintsInstance();
107 static const GenderInfo* loadInstance(const Locale& locale, UErrorCode& status);