Searched defs:StringToDouble (Results 1 – 4 of 4) sorted by relevance
41 double StringToDouble(UnicodeCache* unicode_cache, in StringToDouble() function49 double StringToDouble(UnicodeCache* unicode_cache, in StringToDouble() function58 double StringToDouble(UnicodeCache* unicode_cache, in StringToDouble() function
83 double StringToDouble(UnicodeCache* unicode_cache, in StringToDouble() function
384 TEST(StringNumberConversionsTest, StringToDouble) { in TEST() argument
476 bool StringToDouble(const std::string& input, double* output) { in StringToDouble() function