OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:UNUM_MULTIPLIER
(Results
1 - 4
of
4
) sorted by null
/dalvik/libcore/icu/src/main/java/com/ibm/icu4jni/text/
NativeDecimalFormat.java
70
private static final int
UNUM_MULTIPLIER
= 9;
366
return getAttribute(this.addr,
UNUM_MULTIPLIER
);
445
setAttribute(this.addr,
UNUM_MULTIPLIER
, value);
/external/icu4c/i18n/unicode/
unum.h
556
UNUM_MULTIPLIER
,
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
447
case
UNUM_MULTIPLIER
:
539
case
UNUM_MULTIPLIER
:
/external/icu4c/test/cintltst/
cnumtst.c
690
attr=
UNUM_MULTIPLIER
;
695
log_err("error in setting and getting attributes for
UNUM_MULTIPLIER
\n");
697
log_verbose("Pass:setting and getting attributes for
UNUM_MULTIPLIER
works fine\n");
[
all
...]
Completed in 14 milliseconds