OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:UNUM_MULTIPLIER
(Results
1 - 7
of
7
) sorted by null
/libcore/luni/src/main/java/libcore/icu/
NativeDecimalFormat.java
69
private static final int
UNUM_MULTIPLIER
= 9;
359
return getAttribute(this.address,
UNUM_MULTIPLIER
);
442
setAttribute(this.address,
UNUM_MULTIPLIER
, value);
/external/chromium_org/third_party/icu/source/i18n/unicode/
unum.h
645
UNUM_MULTIPLIER
,
679
* UNUM_MAX_FRACTION_DIGITS, UNUM_MIN_FRACTION_DIGITS, UNUM_FRACTION_DIGITS,
UNUM_MULTIPLIER
,
701
* UNUM_MAX_FRACTION_DIGITS, UNUM_MIN_FRACTION_DIGITS, UNUM_FRACTION_DIGITS,
UNUM_MULTIPLIER
,
[
all
...]
/external/icu4c/i18n/unicode/
unum.h
767
UNUM_MULTIPLIER
,
852
* UNUM_MAX_FRACTION_DIGITS, UNUM_MIN_FRACTION_DIGITS, UNUM_FRACTION_DIGITS,
UNUM_MULTIPLIER
,
875
* UNUM_MAX_FRACTION_DIGITS, UNUM_MIN_FRACTION_DIGITS, UNUM_FRACTION_DIGITS,
UNUM_MULTIPLIER
,
[
all
...]
/external/chromium_org/third_party/icu/source/i18n/
unum.cpp
527
case
UNUM_MULTIPLIER
:
621
case
UNUM_MULTIPLIER
:
/external/chromium_org/third_party/icu/source/test/cintltst/
cnumtst.c
745
attr=
UNUM_MULTIPLIER
;
750
log_err("error in setting and getting attributes for
UNUM_MULTIPLIER
\n");
752
log_verbose("Pass:setting and getting attributes for
UNUM_MULTIPLIER
works fine\n");
[
all
...]
/external/icu4c/i18n/
decimfmt.cpp
[
all
...]
/external/icu4c/test/cintltst/
cnumtst.c
726
attr=
UNUM_MULTIPLIER
;
731
log_err("error in setting and getting attributes for
UNUM_MULTIPLIER
\n");
733
log_verbose("Pass:setting and getting attributes for
UNUM_MULTIPLIER
works fine\n");
[
all
...]
Completed in 141 milliseconds