ICU 57.1 57.1
udisplaycontext.h
Go to the documentation of this file.
1/*
2*****************************************************************************************
3* Copyright (C) 2014-2016, 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
19
46
50
137
141
142#endif /* #if !UCONFIG_NO_FORMATTING */
143
144#endif
UDisplayContextType
Display context types, for getting values of a particular setting.
@ UDISPCTX_TYPE_DISPLAY_LENGTH
Type to retrieve the display length setting, e.g.
@ UDISPCTX_TYPE_CAPITALIZATION
Type to retrieve the capitalization context setting, e.g.
@ UDISPCTX_TYPE_DIALECT_HANDLING
Type to retrieve the dialect handling setting, e.g.
UDisplayContext
Display context settings.
@ UDISPCTX_LENGTH_SHORT
A possible setting for DISPLAY_LENGTH: use short names when generating a locale name,...
@ UDISPCTX_CAPITALIZATION_FOR_UI_LIST_OR_MENU
The capitalization context if a date, date symbol or display name is to be formatted with capitalizat...
@ UDISPCTX_CAPITALIZATION_NONE
The capitalization context to be used is unknown (this is the default value).
@ UDISPCTX_STANDARD_NAMES
A possible setting for DIALECT_HANDLING: use standard names when generating a locale name,...
@ UDISPCTX_LENGTH_FULL
A possible setting for DISPLAY_LENGTH: use full names when generating a locale name,...
@ UDISPCTX_DIALECT_NAMES
A possible setting for DIALECT_HANDLING: use dialect names, when generating a locale name,...
@ UDISPCTX_CAPITALIZATION_FOR_BEGINNING_OF_SENTENCE
The capitalization context if a date, date symbol or display name is to be formatted with capitalizat...
@ UDISPCTX_CAPITALIZATION_FOR_STANDALONE
The capitalization context if a date, date symbol or display name is to be formatted with capitalizat...
@ UDISPCTX_CAPITALIZATION_FOR_MIDDLE_OF_SENTENCE
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.