ICU 56.1
56.1
Main Page
Related Pages
Modules
Namespaces
Data Structures
Files
File List
Globals
All
Data Structures
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Friends
Macros
Groups
Pages
i18n
unicode
ugender.h
Go to the documentation of this file.
1
/*
2
*****************************************************************************************
3
* Copyright (C) 2010-2013, International Business Machines
4
* Corporation and others. All Rights Reserved.
5
*****************************************************************************************
6
*/
7
8
#ifndef UGENDER_H
9
#define UGENDER_H
10
11
#include "
unicode/utypes.h
"
12
13
#if !UCONFIG_NO_FORMATTING
14
15
#include "
unicode/localpointer.h
"
16
28
enum
UGender
{
33
UGENDER_MALE
,
38
UGENDER_FEMALE
,
43
UGENDER_OTHER
44
};
48
typedef
enum
UGender
UGender
;
49
54
struct
UGenderInfo;
55
typedef
struct
UGenderInfo UGenderInfo;
56
64
U_STABLE
const
UGenderInfo* U_EXPORT2
65
ugender_getInstance
(
const
char
*locale,
UErrorCode
*status);
66
67
77
U_STABLE
UGender
U_EXPORT2
78
ugender_getListGender
(
const
UGenderInfo* genderinfo,
const
UGender
*genders, int32_t size,
UErrorCode
*status);
79
80
#endif
/* #if !UCONFIG_NO_FORMATTING */
81
82
#endif
Generated on Wed Oct 7 2015 21:17:57 for ICU 56.1 by
1.8.1.2