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

  /external/chromium_org/third_party/WebKit/Source/wtf/text/
WTFString.h 62 WTF_EXPORT uint64_t charactersToUInt64(const LChar*, size_t, bool* ok = 0); // ignores trailing garbage
63 WTF_EXPORT uint64_t charactersToUInt64(const UChar*, size_t, bool* ok = 0); // ignores trailing garbage
708 using WTF::charactersToUInt64;
WTFString.cpp     [all...]
StringImpl.cpp 912 return charactersToUInt64(characters8(), m_length, ok);
913 return charactersToUInt64(characters16(), m_length, ok);
    [all...]

Completed in 76 milliseconds