Home
last modified time | relevance | path

Searched refs:UNUM_PARSE_NO_EXPONENT (Results 1 – 3 of 3) sorted by relevance

/external/icu4c/i18n/unicode/
Dunum.h808 UNUM_PARSE_NO_EXPONENT, enumerator
/external/icu4c/test/cintltst/
Dcnumtst.c2039 ASSERT_TRUE(unum_getAttribute(fmt, UNUM_PARSE_NO_EXPONENT)==0); in TestNoExponent()
2041 unum_setAttribute(fmt, UNUM_PARSE_NO_EXPONENT, 1); /* no error code */ in TestNoExponent()
2044 ASSERT_TRUE(unum_getAttribute(fmt, UNUM_PARSE_NO_EXPONENT)==1); in TestNoExponent()
2064 ASSERT_TRUE(unum_getAttribute(fmt, UNUM_PARSE_NO_EXPONENT)==0); in TestNoExponent()
2080 unum_setAttribute(fmt, UNUM_PARSE_NO_EXPONENT, 1); /* no error code */ in TestNoExponent()
2083 ASSERT_TRUE(unum_getAttribute(fmt, UNUM_PARSE_NO_EXPONENT)==1); in TestNoExponent()
/external/icu4c/i18n/
Ddecimfmt.cpp2505 … if(!fBoolFlags.contains(UNUM_PARSE_NO_EXPONENT) || // don't parse if this is set unless.. in subparse()
5471 case UNUM_PARSE_NO_EXPONENT: in setAttribute()
5551 case UNUM_PARSE_NO_EXPONENT: in getAttribute()