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

  /external/webkit/WebCore/platform/text/
String.cpp 500 uint64_t String::toUInt64Strict(bool* ok, int base) const
507 return m_impl->toUInt64Strict(ok, base);
StringImpl.cpp 414 uint64_t StringImpl::toUInt64Strict(bool* ok, int base)

Completed in 41 milliseconds