Searched refs:UNUM_PARSE_NO_EXPONENT (Results 1 – 3 of 3) sorted by relevance
808 UNUM_PARSE_NO_EXPONENT, enumerator
2039 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()
2505 … 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()