OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:UNUM_MAX_FRACTION_DIGITS
(Results
1 - 6
of
6
) sorted by null
/external/icu4c/io/
uprntf_p.c
302
maxDecimalDigits = unum_getAttribute(format,
UNUM_MAX_FRACTION_DIGITS
);
334
unum_setAttribute(format,
UNUM_MAX_FRACTION_DIGITS
, maxDecimalDigits);
613
maxDecimalDigits = unum_getAttribute(format,
UNUM_MAX_FRACTION_DIGITS
);
623
unum_setAttribute(format,
UNUM_MAX_FRACTION_DIGITS
, info->fPrecision);
651
unum_setAttribute(format,
UNUM_MAX_FRACTION_DIGITS
, maxDecimalDigits);
702
maxDecimalDigits = unum_getAttribute(format,
UNUM_MAX_FRACTION_DIGITS
);
734
unum_setAttribute(format,
UNUM_MAX_FRACTION_DIGITS
, maxDecimalDigits);
900
maxDecimalDigits = unum_getAttribute(format,
UNUM_MAX_FRACTION_DIGITS
);
932
unum_setAttribute(format,
UNUM_MAX_FRACTION_DIGITS
, maxDecimalDigits);
[
all
...]
/dalvik/libcore/icu/src/main/java/com/ibm/icu4jni/text/
NativeDecimalFormat.java
67
private static final int
UNUM_MAX_FRACTION_DIGITS
= 6;
346
return getAttribute(this.addr,
UNUM_MAX_FRACTION_DIGITS
);
429
setAttribute(this.addr,
UNUM_MAX_FRACTION_DIGITS
, value);
/external/icu4c/i18n/unicode/
unum.h
550
UNUM_MAX_FRACTION_DIGITS
,
590
*
UNUM_MAX_FRACTION_DIGITS
, UNUM_MIN_FRACTION_DIGITS, UNUM_FRACTION_DIGITS, UNUM_MULTIPLIER,
612
*
UNUM_MAX_FRACTION_DIGITS
, UNUM_MIN_FRACTION_DIGITS, UNUM_FRACTION_DIGITS, UNUM_MULTIPLIER,
/external/icu4c/i18n/
unum.cpp
428
case
UNUM_MAX_FRACTION_DIGITS
:
514
case
UNUM_MAX_FRACTION_DIGITS
:
/external/icu4c/test/cintltst/
cnmdptst.c
645
unum_setAttribute(nf,
UNUM_MAX_FRACTION_DIGITS
, maxFractionDigits);
[
all
...]
cnumtst.c
[
all
...]
Completed in 16 milliseconds