ICU 55.1  55.1
udisplaycontext.h
Go to the documentation of this file.
1 /*
2 *****************************************************************************************
3 * Copyright (C) 2014, International Business Machines
4 * Corporation and others. All Rights Reserved.
5 *****************************************************************************************
6 */
7 
8 #ifndef UDISPLAYCONTEXT_H
9 #define UDISPLAYCONTEXT_H
10 
11 #include "unicode/utypes.h"
12 
13 #if !UCONFIG_NO_FORMATTING
14 
39 #ifndef U_HIDE_DRAFT_API
40  ,
47 #endif /* U_HIDE_DRAFT_API */
48 };
53 
119 #ifndef U_HIDE_DRAFT_API
120  ,
141 #endif /* U_HIDE_DRAFT_API */
142 };
147 
148 #endif /* #if !UCONFIG_NO_FORMATTING */
149 
150 #endif
DISPLAY_LENGTH can be set to one of UDISPCTX_LENGTH_FULL or UDISPCTX_LENGTH_SHORT.
The capitalization context if a date, date symbol or display name is to be formatted with capitalizat...
#define U_HIDE_DRAFT_API
Define this to 1 to request that draft API be "hidden".
Definition: utypes.h:82
UDisplayContext
Display context settings.
DIALECT_HANDLING can be set to one of UDISPCTX_STANDARD_NAMES or UDISPCTX_DIALECT_NAMES.
CAPITALIZATION can be set to one of UDISPCTX_CAPITALIZATION_NONE, UDISPCTX_CAPITALIZATION_FOR_MIDDLE...
Type to retrieve the capitalization context setting, e.g.
A possible setting for DIALECT_HANDLING: use dialect names, when generating a locale name...
A possible setting for DISPLAY_LENGTH: use short names when generating a locale name, e.g.
The capitalization context if a date, date symbol or display name is to be formatted with capitalizat...
Type to retrieve the display length setting, e.g.
UDisplayContextType
Display context types, for getting values of a particular setting.
The capitalization context if a date, date symbol or display name is to be formatted with capitalizat...
Basic definitions for ICU, for both C and C++ APIs.
The capitalization context if a date, date symbol or display name is to be formatted with capitalizat...
Type to retrieve the dialect handling setting, e.g.