Searched defs:UNumberFormat (Results 1 - 1 of 1) sorted by relevance

/external/icu/icu4c/source/i18n/unicode/
H A Dunum.h41 * UNumberFormat helps you to format and parse numbers for any locale.
55 * UNumberFormat* nf = unum_open(UNUM_DEFAULT, NULL, -1, NULL, NULL, &status);
71 * UNumberFormat* nf;
94 * UNumberFormat* nf = unum_open(UNUM_DEFAULT, NULL, -1, "fr_FR", NULL, &success)
137 typedef void* UNumberFormat; typedef
348 * defined by NumberFormat and UNumberFormat.
385 * Create and return a new UNumberFormat for formatting and parsing
386 * numbers. A UNumberFormat may be used to format numbers by calling
411 * @return A pointer to a newly created UNumberFormat, or NULL if an
417 U_STABLE UNumberFormat* U_EXPORT
[all...]

Completed in 99 milliseconds