HomeSort by relevance Sort by last modified time
    Searched refs:GenderInfo (Results 1 - 4 of 4) sorted by null

  /external/icu4c/i18n/unicode/
gender.h 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)
    [all...]
  /external/icu4c/i18n/
gender.cpp 36 static icu::GenderInfo* gObjs = NULL;
60 GenderInfo::GenderInfo() {
63 GenderInfo::~GenderInfo() {
66 const GenderInfo* GenderInfo::getInstance(const Locale& locale, UErrorCode& status) {
77 gObjs = new GenderInfo[GENDER_STYLE_LENGTH];
95 const GenderInfo* result = NULL;
99 result = (const GenderInfo*) uhash_get(gGenderInfoCache, key)
    [all...]
  /external/icu4c/test/intltest/
genderinfotest.cpp 73 const GenderInfo* actual = GenderInfo::getInstance("xx", status);
75 errcheckln(status, "Fail to create GenderInfo - %s", u_errorName(status));
78 const GenderInfo* expected = GenderInfo::getNeutralInstance();
82 actual = GenderInfo::getInstance("fr_CA", status);
84 errcheckln(status, "Fail to create GenderInfo - %s", u_errorName(status));
87 expected = GenderInfo::getMaleTaintsInstance();
103 const GenderInfo* gi = GenderInfo::getInstance(locale, status)
    [all...]
  /prebuilts/misc/common/icu4j/
icu4j.jar 

Completed in 1087 milliseconds