A RetroSearch Logo

Home - News ( United States | United Kingdom | Italy | Germany ) - Football scores

Search Query:

Showing content from https://unicode-org.github.io/icu-docs/apidoc/released/icu4c/unumsys_8h_source.html below:

ICU 77.1: i18n/unicode/unumsys.h Source File

15 #if !UCONFIG_NO_FORMATTING 19 #if U_SHOW_CPLUSPLUS_API 92 #if U_SHOW_CPLUSPLUS_API 129 U_CAPI const char

* U_EXPORT2

"Smart pointer" class, closes a UNumberingSystem via unumsys_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.

C API: String Enumeration.

struct UEnumeration UEnumeration

structure representing an enumeration object instance

int8_t UBool

The ICU boolean type, a signed-byte integer.

#define U_CAPI

This is used to declare a function as a public ICU C API.

char16_t UChar

The base type for UTF-16 code units and pointers.

U_CAPI void unumsys_close(UNumberingSystem *unumsys)

Close a UNumberingSystem object.

U_CAPI UBool unumsys_isAlgorithmic(const UNumberingSystem *unumsys)

Returns whether the given UNumberingSystem object is for an algorithmic (not purely positional) syste...

U_CAPI UNumberingSystem * unumsys_openByName(const char *name, UErrorCode *status)

Opens a UNumberingSystem object using the name of one of the predefined numbering systems specified b...

U_CAPI UNumberingSystem * unumsys_open(const char *locale, UErrorCode *status)

Opens a UNumberingSystem object using the default numbering system for the specified locale.

U_CAPI UEnumeration * unumsys_openAvailableNames(UErrorCode *status)

Returns an enumeration over the names of all of the predefined numbering systems known to ICU.

U_CAPI int32_t unumsys_getRadix(const UNumberingSystem *unumsys)

Returns the radix of the specified UNumberingSystem object.

U_CAPI int32_t unumsys_getDescription(const UNumberingSystem *unumsys, UChar *result, int32_t resultLength, UErrorCode *status)

Get the description string of the specified UNumberingSystem object.

struct UNumberingSystem UNumberingSystem

C typedef for struct UNumberingSystem.

U_CAPI const char * unumsys_getName(const UNumberingSystem *unumsys)

Returns the name of the specified UNumberingSystem object (if it is one of the predefined names known...

Basic definitions for ICU, for both C and C++ APIs.

UErrorCode

Standard ICU4C error code type, a substitute for exceptions.


RetroSearch is an open source project built by @garambo | Open a GitHub Issue

Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo

HTML: 3.2 | Encoding: UTF-8 | Version: 0.7.4