6#if !UCONFIG_NO_FORMATTING
7#ifndef __UNUMBERFORMATTER_H__
8#define __UNUMBERFORMATTER_H__
79#ifndef U_HIDE_DRAFT_API
168#ifndef U_HIDE_DRAFT_API
269#ifndef U_HIDE_DRAFT_API
365#ifndef U_HIDE_DRAFT_API
400#ifndef U_HIDE_DRAFT_API
408struct UNumberFormatter;
409typedef struct UNumberFormatter UNumberFormatter;
419struct UFormattedNumber;
420typedef struct UFormattedNumber UFormattedNumber;
440U_DRAFT UNumberFormatter* U_EXPORT2
455U_DRAFT UFormattedNumber* U_EXPORT2
475unumf_formatInt(
const UNumberFormatter* uformatter, int64_t value, UFormattedNumber* uresult,
623#if U_SHOW_CPLUSPLUS_API
#define U_DEFINE_LOCAL_OPEN_POINTER(LocalPointerClassName, Type, closeFunction)
"Smart pointer" definition macro, deletes objects via the closeFunction.
A struct representing a range of text containing a specific field.
C API: UFieldPositionIterator for use with format APIs.
struct UFieldPositionIterator UFieldPositionIterator
C typedef for struct UFieldPositionIterator.
int8_t UBool
The ICU boolean type.
#define U_DRAFT
This is used to declare a function as a draft public ICU C API
uint16_t UChar
The base type for UTF-16 code units and pointers.
Basic definitions for ICU, for both C and C++ APIs.
UErrorCode
Error code to replace exception handling, so that the code is compatible with all C++ compilers,...
#define U_NAMESPACE_END
This is used to end a declaration of a public ICU C++ API.
#define U_NAMESPACE_BEGIN
This is used to begin a declaration of a public ICU C++ API.