Searched refs:setFormatWidth (Results 1 – 4 of 4) sorted by relevance
1353 virtual void setFormatWidth(int32_t width);
1578 fmt.setFormatWidth(10); in TestPatterns2()1591 fmt.setFormatWidth(12); in TestPatterns2()1595 fmt.setFormatWidth(13); in TestPatterns2()1599 fmt.setFormatWidth(14); in TestPatterns2()1603 fmt.setFormatWidth(15); in TestPatterns2()1607 fmt.setFormatWidth(16); in TestPatterns2()
603 df->setFormatWidth(newValue); in unum_setAttribute()
2973 void DecimalFormat::setFormatWidth(int32_t width) { in setFormatWidth() function in DecimalFormat