HomeSort by relevance Sort by last modified time
    Searched defs:toInt64Strict (Results 1 - 2 of 2) sorted by null

  /external/webkit/Source/JavaScriptCore/wtf/text/
WTFString.cpp 483 int64_t String::toInt64Strict(bool* ok, int base) const
490 return m_impl->toInt64Strict(ok, base);
StringImpl.cpp 421 int64_t StringImpl::toInt64Strict(bool* ok, int base)

Completed in 28 milliseconds