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

/external/chromium_org/third_party/icu/source/i18n/unicode/
H A Dunum.h36 * UNumberFormat helps you to format and parse numbers for any locale.
50 * UNumberFormat* nf = unum_open(UNUM_DEFAULT, NULL, -1, NULL, NULL, &status);
66 * UNumberFormat* nf;
89 * UNumberFormat* nf = unum_open(UNUM_DEFAULT, NULL, -1, "fr_FR", NULL, &success)
132 typedef void* UNumberFormat; typedef
288 * defined by NumberFormat and UNumberFormat.
320 * Create and return a new UNumberFormat for formatting and parsing
321 * numbers. A UNumberFormat may be used to format numbers by calling
344 * @return A pointer to a newly created UNumberFormat, or NULL if an
350 U_STABLE UNumberFormat* U_EXPORT
[all...]
/external/icu/icu4c/source/i18n/unicode/
H A Dunum.h37 * UNumberFormat helps you to format and parse numbers for any locale.
51 * UNumberFormat* nf = unum_open(UNUM_DEFAULT, NULL, -1, NULL, NULL, &status);
67 * UNumberFormat* nf;
90 * UNumberFormat* nf = unum_open(UNUM_DEFAULT, NULL, -1, "fr_FR", NULL, &success)
133 typedef void* UNumberFormat; typedef
295 * defined by NumberFormat and UNumberFormat.
327 * Create and return a new UNumberFormat for formatting and parsing
328 * numbers. A UNumberFormat may be used to format numbers by calling
353 * @return A pointer to a newly created UNumberFormat, or NULL if an
359 U_STABLE UNumberFormat* U_EXPORT
[all...]

Completed in 90 milliseconds