OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:UNumberFormat
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/icu/source/i18n/unicode/
unum.h
34
*
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
;
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/
unum.h
34
*
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
;
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_EXPORT2
[
all
...]
Completed in 27 milliseconds