Lines Matching refs:_sValue
373 void toDouble_test_impl(rtl::OString const& _sValue) in toDouble_test_impl() argument
376 double nValueATOF = atof( _sValue.getStr() ); in toDouble_test_impl()
378 rtl::OUString suValue = rtl::OUString::createFromAscii( _sValue.getStr() ); in toDouble_test_impl()
386 void toDouble_test(rtl::OString const& _sValue) in toDouble_test() argument
388 toDouble_test_impl(_sValue); in toDouble_test()
392 sNegativValue += _sValue; in toDouble_test()
510 void toFloat_test_impl(rtl::OString const& _sValue) in toFloat_test_impl() argument
513 float nValueATOF = static_cast<float>(atof( _sValue.getStr() )); in toFloat_test_impl()
515 rtl::OUString suValue = rtl::OUString::createFromAscii( _sValue.getStr() ); in toFloat_test_impl()
523 void toFloat_test(rtl::OString const& _sValue) in toFloat_test() argument
525 toFloat_test_impl(_sValue); in toFloat_test()
529 sNegativValue += _sValue; in toFloat_test()