Lines Matching refs:_sValue
336 void toDouble_test_impl(rtl::OString const& _sValue) in toDouble_test_impl() argument
339 double nValueATOF = atof( _sValue.getStr() ); in toDouble_test_impl()
341 rtl::OUString suValue = rtl::OUString::createFromAscii( _sValue.getStr() ); in toDouble_test_impl()
349 void toDouble_test(rtl::OString const& _sValue) in toDouble_test() argument
351 toDouble_test_impl(_sValue); in toDouble_test()
355 sNegativValue += _sValue; in toDouble_test()
451 void toFloat_test_impl(rtl::OString const& _sValue) in toFloat_test_impl() argument
454 float nValueATOF = static_cast<float>(atof( _sValue.getStr() )); in toFloat_test_impl()
456 rtl::OUString suValue = rtl::OUString::createFromAscii( _sValue.getStr() ); in toFloat_test_impl()
464 void toFloat_test(rtl::OString const& _sValue) in toFloat_test() argument
466 toFloat_test_impl(_sValue); in toFloat_test()
470 sNegativValue += _sValue; in toFloat_test()