Inheritance diagram for UNumberFormat:
UNumberFormat helps you to format and parse numbers for any locale. Your code can be completely independent of the locale conventions for decimal points, thousands-separators, or even the particular decimal digits used, or whether the number format is even decimal. There are different number format styles like decimal, currency, percent and spellout
See this page for full details.
Definition at line 680 of file UNumberFormat.d.
|
Definition at line 684 of file UNumberFormat.d. |
|
Definition at line 685 of file UNumberFormat.d. |
|
Use this for the primary argument-type to most ICU functions |
|
Definition at line 688 of file UNumberFormat.d. |
|
Definition at line 699 of file UNumberFormat.d. |
|
Definition at line 707 of file UNumberFormat.d. |
|
Definition at line 722 of file UNumberFormat.d. |
|
Definition at line 746 of file UNumberFormat.d. |
|
ICU error codes (the ones which are referenced) |
|
Definition at line 784 of file UNumberFormat.d. |
|
Definition at line 928 of file UNumberFormat.d. |
|
Reimplemented in UCommonFormat. Definition at line 772 of file UNumberFormat.d. References ICU::testError(). |
|
Definition at line 793 of file UNumberFormat.d. References UString::format(). |
|
Definition at line 807 of file UNumberFormat.d. References UString::format(). |
|
Definition at line 821 of file UNumberFormat.d. References UString::format(). |
|
Definition at line 835 of file UNumberFormat.d. References UText::content, and UText::len. |
|
Definition at line 846 of file UNumberFormat.d. References UText::content, and UText::len. |
|
Definition at line 857 of file UNumberFormat.d. References UText::content, and UText::len. |
|
Definition at line 919 of file UNumberFormat.d. |
|
Definition at line 156 of file ICU.d. Referenced by UCollator::getLocale(). |
|
|
|
|
|
Definition at line 228 of file ICU.d. References strlen(). Referenced by UConverter::UTranscoder::convert(). |
|
Definition at line 237 of file ICU.d. References wcslen(). |
|
Definition at line 246 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 257 of file ICU.d. References wcslen(). |
|
Definition at line 682 of file UNumberFormat.d. Referenced by UDateFormat::setNumberFormat(). |
|
Bind the ICU functions from a shared library. This is complicated by the issues regarding D and DLLs on the Windows platform Definition at line 874 of file UNumberFormat.d. |
|
Initial value: [ {cast(void**) &unum_open, "unum_open"} Definition at line 900 of file UNumberFormat.d. |