Lines Matching refs:newvalue
168 int32_t newvalue; in TestNumberFormat() local
740 newvalue=unum_getAttribute(def, attr); in TestNumberFormat()
741 newvalue=2; in TestNumberFormat()
742 unum_setAttribute(def, attr, newvalue); in TestNumberFormat()
749 newvalue=unum_getAttribute(def, attr); in TestNumberFormat()
750 newvalue=8; in TestNumberFormat()
751 unum_setAttribute(def, attr, newvalue); in TestNumberFormat()
758 newvalue=unum_getAttribute(def, attr); in TestNumberFormat()
759 newvalue=2; in TestNumberFormat()
760 unum_setAttribute(def, attr, newvalue); in TestNumberFormat()
770 newvalue=unum_getAttribute(fr, attr); in TestNumberFormat()
771 unum_setAttribute(def, attr, newvalue); in TestNumberFormat()