ICU 51.2  51.2
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 #ifndef U_HIDE_DRAFT_API
15 
16 #include "unicode/localpointer.h"
17 
29 enum UGender {
45 };
49 typedef enum UGender UGender;
50 
55 struct UGenderInfo;
56 typedef struct UGenderInfo UGenderInfo;
57 
64 U_DRAFT const UGenderInfo* U_EXPORT2
65 ugender_getInstance(const char *locale, UErrorCode *status);
66 
67 
77 U_DRAFT UGender U_EXPORT2
78 ugender_getListGender(const UGenderInfo* genderinfo, const UGender *genders, int32_t size, UErrorCode *status);
79 
80 #endif /* U_HIDE_DRAFT_API */
81 #endif /* #if !UCONFIG_NO_FORMATTING */
82 
83 #endif