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) |
Definition at line 78 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 158 of file ICU.d. Referenced by UConverter::detectSignature(), UString::format(), UCollator::getLocale(), and UConverter::this(). |
|
|
|
Definition at line 208 of file ICU.d. References string. |
|
Definition at line 230 of file ICU.d. References strlen(). |
|
Definition at line 239 of file ICU.d. References wcslen(). |
|
Definition at line 248 of file ICU.d. References strlen(). Referenced by UConverter::detectSignature(), UResourceBundle::getKey(), UResourceBundle::getLocale(), UMessageFormat::getLocale(), UCollator::getLocale(), UConverter::getName(), UChar::getPropertyName(), UChar::getPropertyValueName(), and UConverter::opApply(). |
|
Definition at line 259 of file ICU.d. References wcslen(). |