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

/external/chromium_org/third_party/icu/source/i18n/unicode/
H A Dunum.h34 * UNumberFormat helps you to format and parse numbers for any locale.
48 * UNumberFormat* nf = unum_open(UNUM_DEFAULT, NULL, -1, NULL, NULL, &status);
64 * UNumberFormat* nf;
87 * UNumberFormat* nf = unum_open(UNUM_DEFAULT, NULL, -1, "fr_FR", NULL, &success)
130 typedef void* UNumberFormat; typedef
210 * Create and return a new UNumberFormat for formatting and parsing
211 * numbers. A UNumberFormat may be used to format numbers by calling
234 * @return A pointer to a newly created UNumberFormat, or NULL if an
240 U_STABLE UNumberFormat* U_EXPORT2
250 * Close a UNumberFormat
[all...]
/external/icu4c/i18n/unicode/
H A Dunum.h34 * UNumberFormat helps you to format and parse numbers for any locale.
48 * UNumberFormat* nf = unum_open(UNUM_DEFAULT, NULL, -1, NULL, NULL, &status);
64 * UNumberFormat* nf;
87 * UNumberFormat* nf = unum_open(UNUM_DEFAULT, NULL, -1, "fr_FR", NULL, &success)
130 typedef void* UNumberFormat; typedef
286 * defined by NumberFormat and UNumberFormat.
318 * Create and return a new UNumberFormat for formatting and parsing
319 * numbers. A UNumberFormat may be used to format numbers by calling
342 * @return A pointer to a newly created UNumberFormat, or NULL if an
348 U_STABLE UNumberFormat* U_EXPORT
[all...]

Completed in 48 milliseconds