Searched refs:useScientific (Results 1 – 4 of 4) sorted by relevance
1470 virtual void setScientificNotation(UBool useScientific);
1498 virtual void setScientificNotation(UBool useScientific);
4020 void DecimalFormat::setScientificNotation(UBool useScientific) {4021 fUseExponentialNotation = useScientific;
3931 void DecimalFormat::setScientificNotation(UBool useScientific) { in setScientificNotation() argument3932 fUseExponentialNotation = useScientific; in setScientificNotation()