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 679 of file UNumberFormat.d.
|
Definition at line 683 of file UNumberFormat.d. |
|
Definition at line 684 of file UNumberFormat.d. |
|
Use this for the primary argument-type to most ICU functions |
|
Definition at line 687 of file UNumberFormat.d. |
|
Definition at line 698 of file UNumberFormat.d. |
|
Definition at line 706 of file UNumberFormat.d. |
|
Definition at line 721 of file UNumberFormat.d. |
|
Definition at line 745 of file UNumberFormat.d. |
|
ICU error codes (the ones which are referenced) |
|
Definition at line 783 of file UNumberFormat.d. |
|
Definition at line 927 of file UNumberFormat.d. |
|
Reimplemented in UCommonFormat. Definition at line 771 of file UNumberFormat.d. References ICU::testError(). |
|
Definition at line 792 of file UNumberFormat.d. References UString::format(). |
|
Definition at line 806 of file UNumberFormat.d. References UString::format(). |
|
Definition at line 820 of file UNumberFormat.d. References UString::format(). |
|
Definition at line 834 of file UNumberFormat.d. References UText::content, and UText::len. |
|
Definition at line 845 of file UNumberFormat.d. References UText::content, and UText::len. |
|
Definition at line 856 of file UNumberFormat.d. References UText::content, and UText::len. |
|
Definition at line 918 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 681 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 873 of file UNumberFormat.d. |
|
Initial value: [ {cast(void**) &unum_open, "unum_open"} Definition at line 899 of file UNumberFormat.d. |