Searched refs:charactersToInt64 (Results 1 – 4 of 4) sorted by relevance
78 int64_t charactersToInt64(const UChar*, size_t, bool* ok = 0); // ignores trailing garbage519 using WTF::charactersToInt64;
929 int64_t charactersToInt64(const UChar* data, size_t length, bool* ok) in charactersToInt64() function
448 return charactersToInt64(m_data, m_length, ok); in toInt64()
49016 (WebCore::charactersToInt64):