Searched defs:toIntStrict (Results 1 - 2 of 2) sorted by relevance

/external/webkit/Source/JavaScriptCore/wtf/text/
H A DWTFString.cpp463 int String::toIntStrict(bool* ok, int base) const function in class:WTF::String
470 return m_impl->toIntStrict(ok, base);
H A DStringImpl.cpp411 int StringImpl::toIntStrict(bool* ok, int base) function in class:WTF::StringImpl

Completed in 100 milliseconds