OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:UNUM_DEFAULT
(Results
1 - 2
of
2
) sorted by null
/external/chromium/third_party/icu/public/i18n/unicode/
unum.h
47
* UNumberFormat* nf = unum_open(
UNUM_DEFAULT
, NULL, -1, NULL, NULL, &status);
66
* nf = unum_open(
UNUM_DEFAULT
, NULL, -1, NULL, NULL, &status);
86
* UNumberFormat* nf = unum_open(
UNUM_DEFAULT
, NULL, -1, "fr_FR", NULL, &success)
171
UNUM_DEFAULT
= UNUM_DECIMAL,
216
* UNUM_PATTERN_DECIMAL, UNUM_PATTERN_RULEBASED, or
UNUM_DEFAULT
.
/external/icu4c/i18n/unicode/
unum.h
48
* UNumberFormat* nf = unum_open(
UNUM_DEFAULT
, NULL, -1, NULL, NULL, &status);
67
* nf = unum_open(
UNUM_DEFAULT
, NULL, -1, NULL, NULL, &status);
87
* UNumberFormat* nf = unum_open(
UNUM_DEFAULT
, NULL, -1, "fr_FR", NULL, &success)
172
UNUM_DEFAULT
= UNUM_DECIMAL,
217
* UNUM_PATTERN_DECIMAL, UNUM_PATTERN_RULEBASED, or
UNUM_DEFAULT
.
[
all
...]
Completed in 12 milliseconds