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

  /external/webkit/Source/JavaScriptCore/wtf/text/
WTFString.h 79 uint64_t charactersToUInt64(const UChar*, size_t, bool* ok = 0); // ignores trailing garbage
520 using WTF::charactersToUInt64;
StringImpl.cpp 453 return charactersToUInt64(m_data, m_length, ok);
WTFString.cpp 934 uint64_t charactersToUInt64(const UChar* data, size_t length, bool* ok)

Completed in 200 milliseconds