Home | History | Annotate | Download | only in i18n

Lines Matching refs:getDouble

1058             // We must use the Formattable::getDouble() variant with the UErrorCode parameter
1060 const double number = arg->getDouble(success);
1071 // We must use the Formattable::getDouble() variant with the UErrorCode parameter
1073 double number = arg->getDouble(success);