OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:UNUM_MIN_INTEGER_DIGITS
(Results
1 - 2
of
2
) sorted by null
/external/icu4c/i18n/unicode/
unum.h
689
UNUM_MIN_INTEGER_DIGITS
,
732
* UNUM_DECIMAL_ALWAYS_SHOWN, UNUM_MAX_INTEGER_DIGITS,
UNUM_MIN_INTEGER_DIGITS
, UNUM_INTEGER_DIGITS,
754
* UNUM_DECIMAL_ALWAYS_SHOWN, UNUM_MAX_INTEGER_DIGITS,
UNUM_MIN_INTEGER_DIGITS
, UNUM_INTEGER_DIGITS,
[
all
...]
/libcore/luni/src/main/java/libcore/icu/
NativeDecimalFormat.java
64
private static final int
UNUM_MIN_INTEGER_DIGITS
= 4;
348
return getAttribute(this.address,
UNUM_MIN_INTEGER_DIGITS
);
435
setAttribute(this.address,
UNUM_MIN_INTEGER_DIGITS
, value);
Completed in 2056 milliseconds