ICU 56.1  56.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
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 {
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