Searched refs:UNUM_ROUNDING_INCREMENT (Results 1 - 10 of 10) sorted by relevance

/external/chromium_org/third_party/icu/source/i18n/unicode/
H A Dunum.h848 UNUM_ROUNDING_INCREMENT, enumerator in enum:UNumberFormatAttribute
971 * @param attr The attribute to query; e.g. UNUM_ROUNDING_INCREMENT.
989 * @param attr The attribute to set; e.g. UNUM_ROUNDING_INCREMENT.
/external/icu/icu4c/source/i18n/unicode/
H A Dunum.h860 UNUM_ROUNDING_INCREMENT, enumerator in enum:UNumberFormatAttribute
981 * @param attr The attribute to query; e.g. UNUM_ROUNDING_INCREMENT.
999 * @param attr The attribute to set; e.g. UNUM_ROUNDING_INCREMENT.
/external/chromium_org/third_party/icu/source/i18n/
H A Dunum.cpp507 if (df != NULL && attr == UNUM_ROUNDING_INCREMENT) {
521 if (df != NULL && attr == UNUM_ROUNDING_INCREMENT) {
/external/icu/icu4c/source/i18n/
H A Dunum.cpp511 if (df != NULL && attr == UNUM_ROUNDING_INCREMENT) {
525 if (df != NULL && attr == UNUM_ROUNDING_INCREMENT) {
/external/chromium_org/third_party/icu/source/test/cintltst/
H A Dcnumtst.c1233 unum_setDoubleAttribute(fmt, UNUM_ROUNDING_INCREMENT, 20.0);
1546 val = unum_getDoubleAttribute(fmt, UNUM_ROUNDING_INCREMENT);
1550 unum_setDoubleAttribute(fmt, UNUM_ROUNDING_INCREMENT, val+.5);
1551 val2 = unum_getDoubleAttribute(fmt, UNUM_ROUNDING_INCREMENT);
H A Dcnmdptst.c688 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");
/external/icu/icu4c/source/test/cintltst/
H A Dcnumtst.c1236 unum_setDoubleAttribute(fmt, UNUM_ROUNDING_INCREMENT, 20.0);
1549 val = unum_getDoubleAttribute(fmt, UNUM_ROUNDING_INCREMENT);
1553 unum_setDoubleAttribute(fmt, UNUM_ROUNDING_INCREMENT, val+.5);
1554 val2 = unum_getDoubleAttribute(fmt, UNUM_ROUNDING_INCREMENT);
H A Dcnmdptst.c688 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");
/external/chromium_org/third_party/icu/source/test/intltest/
H A Dnumfmtst.cpp6662 unum_setDoubleAttribute(fmt,UNUM_ROUNDING_INCREMENT,0);
/external/icu/icu4c/source/test/intltest/
H A Dnumfmtst.cpp6691 unum_setDoubleAttribute(fmt,UNUM_ROUNDING_INCREMENT,0);

Completed in 1544 milliseconds