Searched defs:StringToInt (Results 1 – 3 of 3) sorted by relevance
106 double StringToInt(UnicodeCache* unicode_cache, in StringToInt() function114 double StringToInt(UnicodeCache* unicode_cache, in StringToInt() function
384 bool StringToInt(const StringPiece& input, int* output) { in StringToInt() function388 bool StringToInt(const StringPiece16& input, int* output) { in StringToInt() function
108 TEST(StringNumberConversionsTest, StringToInt) { in TEST() argument