ICU 64.2  64.2
udisplaycontext.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) 2014-2016, International Business Machines
6 * Corporation and others. All Rights Reserved.
7 *****************************************************************************************
8 */
9 
10 #ifndef UDISPLAYCONTEXT_H
11 #define UDISPLAYCONTEXT_H
12 
13 #include "unicode/utypes.h"
14 
15 #if !UCONFIG_NO_FORMATTING
16 
53 };
58 
163 
164 };
169 
170 #endif /* #if !UCONFIG_NO_FORMATTING */
171 
172 #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...
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...
A possible setting for SUBSTITUTE_HANDLING: Returns a null value when no data is available.
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...
SUBSTITUTE_HANDLING can be set to one of UDISPCTX_SUBSTITUTE or UDISPCTX_NO_SUBSTITUTE.
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.
Type to retrieve the substitute handling setting, e.g.