76 U_CAPI const char* U_EXPORT2
86 U_CAPI const char* U_EXPORT2
96 U_CAPI const char* U_EXPORT2
106 U_CAPI const char* U_EXPORT2
119 U_CAPI const char* U_EXPORT2
130 U_CAPI const char* U_EXPORT2
184 const ULocale* locale,
const char* keyword, int32_t keywordLength,
185 char* valueBuffer, int32_t valueBufferCapacity,
UErrorCode *err);
204 const ULocale* locale,
const char* keyword, int32_t keywordLength,
205 char* valueBuffer, int32_t valueBufferCapacity,
UErrorCode *err);
207 #if U_SHOW_CPLUSPLUS_API
"Smart pointer" class, closes a ULocale via ulocale_close().
C++ API: "Smart pointers" for use with and in ICU4C C++ code.
#define U_DEFINE_LOCAL_OPEN_POINTER(LocalPointerClassName, Type, closeFunction)
"Smart pointer" definition macro, deletes objects via the closeFunction.