convertStringToDouble 444 core/MathUtils.cpp } else if (MathUtils::convertStringToDouble(inStr, &value, true)) {
convertStringToDouble 242 core/MathUtils.h static bool convertStringToDouble(Stringp inStr,
convertStringToDouble 878 core/Toplevel.cpp if (!MathUtils::convertStringToDouble(in, &result, false))
convertStringToDouble 118 eval/eval-avmplus.cpp return MathUtils::convertStringToDouble(core->newStringLatin1(s), d, false);