ICU 57.1  57.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-2016, 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 
15 #include "unicode/localpointer.h"
16 
55 
62 U_STABLE void U_EXPORT2
64 
65 
66 #if U_SHOW_CPLUSPLUS_API
67 
69 
80 
82 
83 #endif
84 
113 U_STABLE int32_t U_EXPORT2
115  int32_t *beginIndex, int32_t *endIndex);
116 
117 #endif /* #if !UCONFIG_NO_FORMATTING */
118 
119 #endif