Searched refs:charactersToInt (Results 1 – 4 of 4) sorted by relevance
76 int charactersToInt(const UChar*, size_t, bool* ok = 0); // ignores trailing garbage517 using WTF::charactersToInt;
919 int charactersToInt(const UChar* data, size_t length, bool* ok) in charactersToInt() function
438 return charactersToInt(m_data, m_length, ok); in toInt()
49014 (WebCore::charactersToInt):