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 - 10
of
10
) sorted by null
/external/chromium_org/third_party/icu/source/i18n/unicode/
unum.h
651
UNUM_ROUNDING_INCREMENT
,
723
* @param attr The attribute to query; e.g.
UNUM_ROUNDING_INCREMENT
.
741
* @param attr The attribute to set; e.g.
UNUM_ROUNDING_INCREMENT
.
[
all
...]
/external/icu4c/i18n/unicode/
unum.h
773
UNUM_ROUNDING_INCREMENT
,
897
* @param attr The attribute to query; e.g.
UNUM_ROUNDING_INCREMENT
.
915
* @param attr The attribute to set; e.g.
UNUM_ROUNDING_INCREMENT
.
[
all
...]
/external/icu4c/i18n/
unum.cpp
507
if (df != NULL && attr ==
UNUM_ROUNDING_INCREMENT
) {
521
if (df != NULL && attr ==
UNUM_ROUNDING_INCREMENT
) {
/external/chromium_org/third_party/icu/source/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
...]
/external/chromium_org/third_party/icu/source/i18n/
unum.cpp
667
if (df != NULL && attr ==
UNUM_ROUNDING_INCREMENT
) {
681
if (df != NULL && 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
...]
/libcore/luni/src/main/java/libcore/icu/
NativeDecimalFormat.java
72
private static final int
UNUM_ROUNDING_INCREMENT
= 12;
/external/icu4c/test/intltest/
numfmtst.cpp
[
all
...]
Completed in 34 milliseconds