ICU 52.1  52.1
udisplaycontext.h
Go to the documentation of this file.
1 /*
2 *****************************************************************************************
3 * Copyright (C) 2013, 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 
15 /* Dont hide with #ifndef U_HIDE_DRAFT_API, needed by virtual methods */
27 #ifndef U_HIDE_DRAFT_API
28 
41 #endif /* U_HIDE_DRAFT_API */
42 };
47 
48 /* Dont hide with #ifndef U_HIDE_DRAFT_API, needed by virtual methods */
55 #ifndef U_HIDE_DRAFT_API
56 
115 #endif /* U_HIDE_DRAFT_API */
116 };
121 
122 #endif /* #if !UCONFIG_NO_FORMATTING */
123 
124 #endif