Searched refs:StringToInt (Results 1 - 4 of 4) sorted by relevance

/external/v8/src/
H A Dconversions.h97 int StringToInt(String* str, int index, int radix, double* value);
98 int StringToInt(const char* str, int index, int radix, double* value);
H A Dconversions.cc251 int StringToInt(String* str, int index, int radix, double* value) { function in namespace:v8::internal
256 int StringToInt(const char* str, int index, int radix, double* value) { function in namespace:v8::internal
306 index = StringToInt(str, index, 16, &result);
312 index = StringToInt(str, index, 8, &result);
H A Druntime.cc3948 int end_index = StringToInt(s, i, radix, &value);
/external/v8/test/cctest/
H A Dtest-debug.cc3909 static int StringToInt(const char* s) { function
3922 res = StringToInt(pos + strlen(value));
3935 res = StringToInt(pos + strlen(breakpoints));
3948 int res = StringToInt(pos);

Completed in 78 milliseconds