Searched refs:charactersToInt64Strict (Results 1 – 4 of 4) sorted by relevance
72 int64_t charactersToInt64Strict(const UChar*, size_t, bool* ok = 0, int base = 10);514 using WTF::charactersToInt64Strict;
904 int64_t charactersToInt64Strict(const UChar* data, size_t length, bool* ok, int base) in charactersToInt64Strict() function
423 return charactersToInt64Strict(m_data, m_length, ok, base); in toInt64Strict()
49012 (WebCore::charactersToInt64Strict):