#include <XalanNumberFormat.hpp>
Inheritance diagram for XalanNumberFormat:
|
|
|
Format a number into a string.
theValue | number to format |
Reimplemented in ICUXalanNumberFormatProxy, and XalanDecimalFormat.
|
Format a number into a string.
theValue | number to format |
Reimplemented in ICUXalanNumberFormatProxy, and XalanDecimalFormat.
|
Format a number into a string.
theValue | number to format |
Reimplemented in ICUXalanNumberFormatProxy, and XalanDecimalFormat.
|
Format a number into a string.
theValue | number to format |
Reimplemented in ICUXalanNumberFormatProxy, and XalanDecimalFormat.
|
Format a number into a string.
theValue | number to format |
Reimplemented in ICUXalanNumberFormatProxy, and XalanDecimalFormat.
|
Initialize static data.
Must be called before any other functions are called. See PlatformSupportInit.
|
Whether groupings are used for numbers, for example, "234,678".
Reimplemented in ICUXalanNumberFormatProxy.
|
Change the separator string used for groupings, for example, "234,678" uses the separator ",".
s | grouping separator string |
Reimplemented in ICUXalanNumberFormatProxy.
|
Change the size of groupings, for example, "234,678" uses a size of "3".
size | the grouping size |
Reimplemented in ICUXalanNumberFormatProxy.
|
Change whether groupings are used for numbers, for example, "234,678".
bUsed | true to use grouping |
Reimplemented in ICUXalanNumberFormatProxy.
|
Destroy static data.
After thus function is called, no other functions can be called. See PlatformSupportInit.
The documentation for this class was generated from the following file:
Doxygen and GraphViz are used to generate this API documentation from the Xalan-C header files.
![]() |
Xalan-C++ XSL Transformer Version 1.0 |
|