Lines Matching refs:unum_getAttribute
734 newvalue=unum_getAttribute(def, attr); in TestNumberFormat()
737 if(unum_getAttribute(def,attr)!=2) in TestNumberFormat()
743 newvalue=unum_getAttribute(def, attr); in TestNumberFormat()
746 if(unum_getAttribute(def,attr) != 8) in TestNumberFormat()
752 newvalue=unum_getAttribute(def, attr); in TestNumberFormat()
755 if(unum_getAttribute(def,attr) != 2) in TestNumberFormat()
764 newvalue=unum_getAttribute(fr, attr); in TestNumberFormat()
766 if(unum_getAttribute(def,attr)!=unum_getAttribute(fr, attr)) in TestNumberFormat()
1530 int isLenient = unum_getAttribute(fmt, UNUM_LENIENT_PARSE); in test_fmt()
1537 isLenient = unum_getAttribute(fmt, UNUM_LENIENT_PARSE); in test_fmt()
2052 ASSERT_TRUE(unum_getAttribute(fmt, UNUM_PARSE_NO_EXPONENT)==0); in TestNoExponent()
2057 ASSERT_TRUE(unum_getAttribute(fmt, UNUM_PARSE_NO_EXPONENT)==1); in TestNoExponent()
2077 ASSERT_TRUE(unum_getAttribute(fmt, UNUM_PARSE_NO_EXPONENT)==0); in TestNoExponent()
2096 ASSERT_TRUE(unum_getAttribute(fmt, UNUM_PARSE_NO_EXPONENT)==1); in TestNoExponent()
2155 ASSERT_TRUE(unum_getAttribute(fmt, UNUM_FORMAT_FAIL_IF_MORE_THAN_MAX_DIGITS)==0); in TestMaxInt()
2159 ASSERT_TRUE(unum_getAttribute(fmt, UNUM_FORMAT_FAIL_IF_MORE_THAN_MAX_DIGITS)==1); in TestMaxInt()