charactersToInt64Strict 1019 Source/wtf/text/StringImpl.cpp         return charactersToInt64Strict(characters8(), m_length, ok, base);
charactersToInt64Strict 1020 Source/wtf/text/StringImpl.cpp     return charactersToInt64Strict(characters16(), m_length, ok, base);
charactersToInt64Strict   49 Source/wtf/text/WTFString.h WTF_EXPORT int64_t charactersToInt64Strict(const LChar*, size_t, bool* ok = 0, int base = 10);
charactersToInt64Strict   50 Source/wtf/text/WTFString.h WTF_EXPORT int64_t charactersToInt64Strict(const UChar*, size_t, bool* ok = 0, int base = 10);
charactersToInt64Strict  687 Source/wtf/text/WTFString.h using WTF::charactersToInt64Strict;