Searched refs:charactersToUInt64 (Results 1 - 3 of 3) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/wtf/text/
H A DWTFString.h62 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
683 using WTF::charactersToUInt64;
H A DWTFString.cpp1143 uint64_t charactersToUInt64(const LChar* data, size_t length, bool* ok) function in namespace:WTF
1148 uint64_t charactersToUInt64(const UChar* data, size_t length, bool* ok) function in namespace:WTF
H A DStringImpl.cpp1061 return charactersToUInt64(characters8(), m_length, ok);
1062 return charactersToUInt64(characters16(), m_length, ok);

Completed in 90 milliseconds