Home
last modified time | relevance | path

Searched refs:gender_type (Results 1 – 11 of 11) sorted by relevance

/dports/games/stonesoup/crawl-0.27.1/crawl-ref/source/
H A Dgender-type.h3 enum gender_type enum
H A Denglish.h26 const char *decline_pronoun(gender_type gender, pronoun_type variant);
H A Denglish.cc275 const char *decline_pronoun(gender_type gender, pronoun_type variant) in decline_pronoun()
H A Dgod-abil.cc3039 const gender_type gender = random_choose(GENDER_FEMALE, GENDER_MALE, in _gozag_place_shop()
5656 static const map<gender_type, string> gender_map = in _hepliaklqana_choose_gender()
5663 const gender_type current_gender = in _hepliaklqana_choose_gender()
5664 (gender_type)you.props[HEPLIAKLQANA_ALLY_GENDER_KEY].get_int(); in _hepliaklqana_choose_gender()
5680 static const gender_type gender_options[] = { GENDER_MALE, in _hepliaklqana_choose_gender()
5691 const gender_type new_gender = gender_options[choice]; in _hepliaklqana_choose_gender()
H A Dmon-util.h365 gender_type mons_class_gender(monster_type mc);
H A Dreligion.cc1806 static string _make_ancestor_name(gender_type gender) in _make_ancestor_name()
1821 const gender_type gender = random_choose(GENDER_NEUTRAL, in _setup_hepliaklqana_ancestor()
H A Dmon-info.cc1855 return decline_pronoun((gender_type)props[MON_GENDER_KEY].get_int(), in pronoun()
H A Dmon-util.cc3945 gender_type mons_class_gender(monster_type mc) in mons_class_gender()
3965 const gender_type gender = !visible ? GENDER_NEUTER in mons_pronoun()
H A Dmonster.cc2351 return decline_pronoun((gender_type)props[MON_GENDER_KEY].get_int(), in pronoun()
/dports/textproc/libkolabxml/libkolabxml-1.1.6/src/
H A Dxcardconversions.h598 vcard.gender(vcard::gender_type(vcard::gender_type::sex_type::empty));
601 vcard.gender(vcard::gender_type(vcard::gender_type::sex_type::M));
604 vcard.gender(vcard::gender_type(vcard::gender_type::sex_type::F));
939 if ((*vcard.gender()).sex() == vcard::gender_type::sex_type::empty) {
941 } else if ((*vcard.gender()).sex() == vcard::gender_type::sex_type::M) {
943 } else if ((*vcard.gender()).sex() == vcard::gender_type::sex_type::F) {
/dports/science/gramps/gramps-5.1.4/gramps/gui/editors/
H A Deditperson.py739 gender_type = self.db.genderStats.guess_gender(
741 self.gender.force(gender_type)