25#if !UCONFIG_NO_FORMATTING
40#if U_PLATFORM == U_PF_OS400
41#define UNUM_INTERNAL_STACKARRAY_SIZE 144
43#define UNUM_INTERNAL_STACKARRAY_SIZE 128
114#if !UCONFIG_NO_CONVERSION
446 { count=fValue.fArrayAndCount.fCount;
return fValue.fArrayAndCount.fArray; }
635#ifndef U_HIDE_DEPRECATED_API
645#ifndef U_HIDE_INTERNAL_API
716 if (fType !=
kDate) {
726 return *fValue.fString;
730 return *fValue.fString;
733#ifndef U_HIDE_DEPRECATED_API
"Smart pointer" base class; do not use directly: use LocalPointer etc.
A string-like object that points to a sized piece of memory.
UObject is the common ICU "boilerplate" class.
UnicodeString is a string class that stores Unicode characters directly and provides similar function...
#define UNUM_INTERNAL_STACKARRAY_SIZE
C++ API: StringPiece: Read-only byte string wrapper class.
U_EXPORT UBool operator==(const StringPiece &x, const StringPiece &y)
Global operator == for StringPiece.
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,...
@ U_INVALID_FORMAT_ERROR
Data format is not what is expected.
#define U_SUCCESS(x)
Does the error code indicate success?
#define U_I18N_API
Set to export library symbols from inside the i18n library, and to import them from outside.
double UDate
Date and Time data type.
#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.