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/putil_8h_source.html below:

ICU 77.1: common/unicode/putil.h Source File

Go to the documentation of this file. 93 #ifndef U_HIDE_INTERNAL_API 122 #if U_PLATFORM_USES_ONLY_WIN32_API 123 # define U_FILE_SEP_CHAR '\\' 124 # define U_FILE_ALT_SEP_CHAR '/' 125 # define U_PATH_SEP_CHAR ';' 126 # define U_FILE_SEP_STRING "\\" 127 # define U_FILE_ALT_SEP_STRING "/" 128 # define U_PATH_SEP_STRING ";" 130 # define U_FILE_SEP_CHAR '/' 131 # define U_FILE_ALT_SEP_CHAR '/' 132 # define U_PATH_SEP_CHAR ':' 133 # define U_FILE_SEP_STRING "/" 134 # define U_FILE_ALT_SEP_STRING "/" 135 # define U_PATH_SEP_STRING ":"

U_CAPI void u_UCharsToChars(const UChar *us, char *cs, int32_t length)

Convert UChar characters to char characters.

U_CAPI void u_setTimeZoneFilesDirectory(const char *path, UErrorCode *status)

Set the time zone files override directory.

U_CAPI void u_setDataDirectory(const char *directory)

Set the ICU data directory.

U_CAPI void u_charsToUChars(const char *cs, UChar *us, int32_t length)

Convert char characters to UChar characters.

U_CAPI const char * u_getTimeZoneFilesDirectory(UErrorCode *status)

Return the time zone files override directory, or an empty string if no directory was specified.

U_CAPI const char * u_getDataDirectory(void)

Platform utilities isolates the platform dependencies of the library.

#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.

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