ICU 62.1
62.1
i18n
unicode
ugender.h
Go to the documentation of this file.
1
// © 2016 and later: Unicode, Inc. and others.
2
// License & terms of use: http://www.unicode.org/copyright.html
3
/*
4
*****************************************************************************************
5
* Copyright (C) 2010-2013, International Business Machines
6
* Corporation and others. All Rights Reserved.
7
*****************************************************************************************
8
*/
9
10
#ifndef UGENDER_H
11
#define UGENDER_H
12
13
#include "
unicode/utypes.h
"
14
15
#if !UCONFIG_NO_FORMATTING
16
17
#include "
unicode/localpointer.h
"
18
30
enum
UGender
{
35
UGENDER_MALE
,
40
UGENDER_FEMALE
,
45
UGENDER_OTHER
46
};
50
typedef
enum
UGender
UGender
;
51
56
struct
UGenderInfo;
57
typedef
struct
UGenderInfo UGenderInfo;
58
66
U_STABLE
const
UGenderInfo* U_EXPORT2
67
ugender_getInstance
(
const
char
*locale,
UErrorCode
*status);
68
69
79
U_STABLE
UGender
U_EXPORT2
80
ugender_getListGender
(
const
UGenderInfo* genderinfo,
const
UGender
*genders, int32_t size,
UErrorCode
*status);
81
82
#endif
/* #if !UCONFIG_NO_FORMATTING */
83
84
#endif
UGENDER_MALE
@ UGENDER_MALE
Male gender.
Definition:
ugender.h:35
utypes.h
Basic definitions for ICU, for both C and C++ APIs.
ugender_getInstance
const UGenderInfo * ugender_getInstance(const char *locale, UErrorCode *status)
Opens a new UGenderInfo object given locale.
UGENDER_OTHER
@ UGENDER_OTHER
Neutral gender.
Definition:
ugender.h:45
UErrorCode
UErrorCode
Error code to replace exception handling, so that the code is compatible with all C++ compilers,...
Definition:
utypes.h:396
ugender_getListGender
UGender ugender_getListGender(const UGenderInfo *genderinfo, const UGender *genders, int32_t size, UErrorCode *status)
Given a list, returns the gender of the list as a whole.
localpointer.h
C++ API: "Smart pointers" for use with and in ICU4C C++ code.
U_STABLE
#define U_STABLE
This is used to declare a function as a stable public ICU C API.
Definition:
umachine.h:111
UGENDER_FEMALE
@ UGENDER_FEMALE
Female gender.
Definition:
ugender.h:40
UGender
UGender
Genders.
Definition:
ugender.h:30
Generated by
1.8.17