HomeSort by relevance Sort by last modified time
    Searched refs:charactersToUInt64Strict (Results 1 - 3 of 3) sorted by null

  /external/webkit/Source/JavaScriptCore/wtf/text/
WTFString.h 73 uint64_t charactersToUInt64Strict(const UChar*, size_t, bool* ok = 0, int base = 10);
515 using WTF::charactersToUInt64Strict;
StringImpl.cpp 428 return charactersToUInt64Strict(m_data, m_length, ok, base);
WTFString.cpp 909 uint64_t charactersToUInt64Strict(const UChar* data, size_t length, bool* ok, int base)

Completed in 204 milliseconds