Inheritance diagram for ICU:
Protected Types | |
typedef void * | Handle |
enum | Error { OK, BufferOverflow = 15 } |
Static Protected Member Functions | |
bool | isError (Error e) |
void | testError (Error e, char[] msg) |
char * | toString (char[] string) |
wchar * | toString (wchar[] string) |
uint | length (char *s) |
uint | length (wchar *s) |
char[] | toArray (char *s) |
wchar[] | toArray (wchar *s) |
See http://oss.software.ibm.com/icu/ for full documentation on the ICU package
Definition at line 101 of file ICU.d.
|
Use this for the primary argument-type to most ICU functions |
|
ICU error codes (the ones which are referenced) |
|
Definition at line 127 of file ICU.d. Referenced by UConverter::detectSignature(), UString::format(), and UConverter::this(). |
|
|
Definition at line 155 of file ICU.d. Referenced by UConverter::compareNames(), UResourceBundle::getResource(), UResourceBundle::getString(), UCalendar::getTimeZoneName(), UMessageFormat::setLocale(), UResourceBundle::this(), UMessageFormat::this(), UDateFormat::this(), UText::toLower(), toString(), and UText::toUpper(). |
|
Definition at line 175 of file ICU.d. References toString(). |
|
Definition at line 184 of file ICU.d. References strlen(). |
|
Definition at line 193 of file ICU.d. References wcslen(). |
|
Definition at line 202 of file ICU.d. References strlen(). Referenced by UConverter::detectSignature(), UResourceBundle::getKey(), UResourceBundle::getLocale(), UMessageFormat::getLocale(), and UConverter::getName(). |
|
Definition at line 213 of file ICU.d. References wcslen(). |