OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:UNUM_MIN_INTEGER_DIGITS
(Results
1 - 4
of
4
) sorted by null
/dalvik/libcore/icu/src/main/java/com/ibm/icu4jni/text/
NativeDecimalFormat.java
65
private static final int
UNUM_MIN_INTEGER_DIGITS
= 4;
358
return getAttribute(this.addr,
UNUM_MIN_INTEGER_DIGITS
);
441
setAttribute(this.addr,
UNUM_MIN_INTEGER_DIGITS
, value);
/external/icu4c/io/
uprntf_p.c
382
minDigits = unum_getAttribute(format,
UNUM_MIN_INTEGER_DIGITS
);
383
unum_setAttribute(format,
UNUM_MIN_INTEGER_DIGITS
, info->fPrecision);
400
unum_setAttribute(format,
UNUM_MIN_INTEGER_DIGITS
, minDigits);
513
minDigits = unum_getAttribute(format,
UNUM_MIN_INTEGER_DIGITS
);
514
unum_setAttribute(format,
UNUM_MIN_INTEGER_DIGITS
, info->fPrecision);
528
unum_setAttribute(format,
UNUM_MIN_INTEGER_DIGITS
, minDigits);
[
all
...]
/external/icu4c/i18n/unicode/
unum.h
546
UNUM_MIN_INTEGER_DIGITS
,
589
* UNUM_DECIMAL_ALWAYS_SHOWN, UNUM_MAX_INTEGER_DIGITS,
UNUM_MIN_INTEGER_DIGITS
, UNUM_INTEGER_DIGITS,
611
* UNUM_DECIMAL_ALWAYS_SHOWN, UNUM_MAX_INTEGER_DIGITS,
UNUM_MIN_INTEGER_DIGITS
, UNUM_INTEGER_DIGITS,
/external/icu4c/i18n/
unum.cpp
421
case
UNUM_MIN_INTEGER_DIGITS
:
505
case
UNUM_MIN_INTEGER_DIGITS
:
Completed in 76 milliseconds