charactersToInt    75 Source/core/html/HTMLLinkElement.cpp                 width = charactersToInt(value + start, i - start);
charactersToInt    88 Source/core/html/HTMLLinkElement.cpp                 int height = charactersToInt(value + start, i - start);
charactersToInt   111 Source/core/html/HTMLLinkElement.cpp         int height = charactersToInt(value + start, i - start);
charactersToInt   127 Source/core/html/track/vtt/VTTScanner.cpp         number = charactersToInt(m_data.characters8, numDigits, &validNumber);
charactersToInt   129 Source/core/html/track/vtt/VTTScanner.cpp         number = charactersToInt(m_data.characters16, numDigits, &validNumber);
charactersToInt  1040 Source/wtf/text/StringImpl.cpp         return charactersToInt(characters8(), m_length, ok);
charactersToInt  1041 Source/wtf/text/StringImpl.cpp     return charactersToInt(characters16(), m_length, ok);
charactersToInt    56 Source/wtf/text/WTFString.h WTF_EXPORT int charactersToInt(const LChar*, size_t, bool* ok = 0); // ignores trailing garbage
charactersToInt    57 Source/wtf/text/WTFString.h WTF_EXPORT int charactersToInt(const UChar*, size_t, bool* ok = 0); // ignores trailing garbage
charactersToInt   690 Source/wtf/text/WTFString.h using WTF::charactersToInt;