OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:UNUM_ROUNDING_INCREMENT
(Results
1 - 5
of
5
) sorted by null
/external/icu4c/i18n/unicode/
unum.h
562
UNUM_ROUNDING_INCREMENT
,
634
* @param attr The attribute to query; e.g.
UNUM_ROUNDING_INCREMENT
.
652
* @param attr The attribute to set; e.g.
UNUM_ROUNDING_INCREMENT
.
/external/icu4c/i18n/
unum.cpp
583
attr ==
UNUM_ROUNDING_INCREMENT
) {
596
attr ==
UNUM_ROUNDING_INCREMENT
) {
/external/icu4c/test/cintltst/
cnumtst.c
[
all
...]
cnmdptst.c
688
attr=
UNUM_ROUNDING_INCREMENT
;
695
log_err("Fail: error in setting and getting double attributes for
UNUM_ROUNDING_INCREMENT
\n");
697
log_verbose("Pass: setting and getting double attributes for
UNUM_ROUNDING_INCREMENT
works fine\n");
[
all
...]
/dalvik/libcore/icu/src/main/java/com/ibm/icu4jni/text/
NativeDecimalFormat.java
73
private static final int
UNUM_ROUNDING_INCREMENT
= 12;
Completed in 853 milliseconds