Searched defs:StringToInt (Results 1 - 3 of 3) sorted by relevance

/external/v8/src/
H A Dv8conversions.cc107 double StringToInt(UnicodeCache* unicode_cache, function in namespace:v8::internal
/external/chromium/base/
H A Dstring_number_conversions.cc391 bool StringToInt(const std::string& input, int* output) { function in namespace:base
398 bool StringToInt(std::string::const_iterator begin, function in namespace:base
407 bool StringToInt(const char* begin, const char* end, int* output) { function in namespace:base
413 bool StringToInt(const string16& input, int* output) { function in namespace:base
419 bool StringToInt(string16::const_iterator begin, function in namespace:base
428 bool StringToInt(const char16* begin, const char16* end, int* output) { function in namespace:base
/external/v8/test/cctest/
H A Dtest-debug.cc4674 static int StringToInt(const char* s) { function
4687 res = StringToInt(pos + strlen(value));
4700 res = StringToInt(pos + strlen(breakpoints));
4713 int res = StringToInt(pos);
4726 res = StringToInt(pos + strlen(source_line));

Completed in 1039 milliseconds