OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:UNUM_FRACTION_DIGITS
(Results
1 - 5
of
5
) sorted by null
/external/icu4c/io/
uprntf_p.c
307
unum_setAttribute(format,
UNUM_FRACTION_DIGITS
, info->fPrecision);
312
unum_setAttribute(format,
UNUM_FRACTION_DIGITS
, 6);
316
unum_setAttribute(format,
UNUM_FRACTION_DIGITS
, 6);
619
unum_setAttribute(format,
UNUM_FRACTION_DIGITS
, info->fPrecision);
629
unum_setAttribute(format,
UNUM_FRACTION_DIGITS
, 6);
633
unum_setAttribute(format,
UNUM_FRACTION_DIGITS
, 6);
707
unum_setAttribute(format,
UNUM_FRACTION_DIGITS
, info->fPrecision);
712
unum_setAttribute(format,
UNUM_FRACTION_DIGITS
, 6);
716
unum_setAttribute(format,
UNUM_FRACTION_DIGITS
, 6);
905
unum_setAttribute(format,
UNUM_FRACTION_DIGITS
, info->fPrecision)
[
all
...]
/external/icu4c/test/cintltst/
currtest.c
176
unum_setAttribute(fmt,
UNUM_FRACTION_DIGITS
, 2);
183
unum_setAttribute(fmt,
UNUM_FRACTION_DIGITS
, 3);
/external/icu4c/i18n/unicode/
unum.h
643
UNUM_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
...]
/external/icu4c/i18n/
unum.cpp
514
case
UNUM_FRACTION_DIGITS
:
604
case
UNUM_FRACTION_DIGITS
:
/libcore/luni/src/main/java/libcore/icu/
NativeDecimalFormat.java
68
private static final int
UNUM_FRACTION_DIGITS
= 8;
Completed in 36 milliseconds