OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:UNUM_MAX_FRACTION_DIGITS
(Results
1 - 2
of
2
) sorted by null
/external/icu4c/i18n/unicode/
unum.h
639
UNUM_MAX_FRACTION_DIGITS
,
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
...]
/libcore/luni/src/main/java/libcore/icu/
NativeDecimalFormat.java
66
private static final int
UNUM_MAX_FRACTION_DIGITS
= 6;
334
return getAttribute(this.address,
UNUM_MAX_FRACTION_DIGITS
);
421
setAttribute(this.address,
UNUM_MAX_FRACTION_DIGITS
, value);
Completed in 93 milliseconds