Go to the documentation of this file.
10 #ifndef UFIELDPOSITER_H
11 #define UFIELDPOSITER_H
15 #if !UCONFIG_NO_FORMATTING
68 #if U_SHOW_CPLUSPLUS_API
117 int32_t *beginIndex, int32_t *endIndex);
Basic definitions for ICU, for both C and C++ APIs.
struct UFieldPositionIterator UFieldPositionIterator
C typedef for struct UFieldPositionIterator.
UErrorCode
Error code to replace exception handling, so that the code is compatible with all C++ compilers,...
#define U_DEFINE_LOCAL_OPEN_POINTER(LocalPointerClassName, Type, closeFunction)
void ufieldpositer_close(UFieldPositionIterator *fpositer)
Close a UFieldPositionIterator object.
C++ API: "Smart pointers" for use with and in ICU4C C++ code.
int32_t ufieldpositer_next(UFieldPositionIterator *fpositer, int32_t *beginIndex, int32_t *endIndex)
Get information for the next field in the formatted string to which this UFieldPositionIterator curre...
#define U_STABLE
This is used to declare a function as a stable public ICU C API.
#define U_NAMESPACE_BEGIN
UFieldPositionIterator * ufieldpositer_open(UErrorCode *status)
Open a new, unset UFieldPositionIterator object.