Searched refs:unum_getDoubleAttribute (Results 1 – 8 of 8) sorted by relevance
1155 unum_getDoubleAttribute(const UNumberFormat* fmt,
1187 #define unum_getDoubleAttribute U_ICU_ENTRY_POINT_RENAME(unum_getDoubleAttribute) macro
692 dvalue=unum_getDoubleAttribute(def, attr); in TestDoubleAttribute()697 if(unum_getDoubleAttribute(def,attr)!=mydata[i]) in TestDoubleAttribute()
1577 double val = unum_getDoubleAttribute(fmt, UNUM_LENIENT_PARSE); in test_fmt()1581 val = unum_getDoubleAttribute(fmt, UNUM_ROUNDING_INCREMENT); in test_fmt()1586 val2 = unum_getDoubleAttribute(fmt, UNUM_ROUNDING_INCREMENT); in test_fmt()
593 unum_getDoubleAttribute(const UNumberFormat* fmt, in unum_getDoubleAttribute() function
2047 return unum_getDoubleAttribute(fmt, attr); in unum_getDoubleAttribute_android()