Lines Matching refs:newvalue
176 int32_t newvalue; in TestNumberFormat() local
748 newvalue=unum_getAttribute(def, attr); in TestNumberFormat()
749 newvalue=2; in TestNumberFormat()
750 unum_setAttribute(def, attr, newvalue); in TestNumberFormat()
757 newvalue=unum_getAttribute(def, attr); in TestNumberFormat()
758 newvalue=8; in TestNumberFormat()
759 unum_setAttribute(def, attr, newvalue); in TestNumberFormat()
766 newvalue=unum_getAttribute(def, attr); in TestNumberFormat()
767 newvalue=2; in TestNumberFormat()
768 unum_setAttribute(def, attr, newvalue); in TestNumberFormat()
779 newvalue=unum_getAttribute(fr, attr); in TestNumberFormat()
780 unum_setAttribute(def, attr, newvalue); in TestNumberFormat()