ICU 56.1  56.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
ufieldpositer.h
Go to the documentation of this file.
1 /*
2 *****************************************************************************************
3 * Copyright (C) 2015, International Business Machines
4 * Corporation and others. All Rights Reserved.
5 *****************************************************************************************
6 */
7 
8 #ifndef UFIELDPOSITER_H
9 #define UFIELDPOSITER_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 
56 
63 U_DRAFT void U_EXPORT2
65 
66 
67 #if U_SHOW_CPLUSPLUS_API
68 
70 
81 
83 
84 #endif
85 
114 U_DRAFT int32_t U_EXPORT2
116  int32_t *beginIndex, int32_t *endIndex);
117 
118 #endif /* U_HIDE_DRAFT_API */
119 #endif /* #if !UCONFIG_NO_FORMATTING */
120 
121 #endif