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

  /external/webkit/WebCore/platform/text/
PlatformString.h 310 uint64_t charactersToUInt64(const UChar*, size_t, bool* ok = 0); // ignores trailing garbage
String.cpp 878 uint64_t charactersToUInt64(const UChar* data, size_t length, bool* ok)
StringImpl.cpp 441 return charactersToUInt64(m_data, m_length, ok);

Completed in 25 milliseconds