charactersToUInt 1047 Source/wtf/text/StringImpl.cpp         return charactersToUInt(characters8(), m_length, ok);
charactersToUInt 1048 Source/wtf/text/StringImpl.cpp     return charactersToUInt(characters16(), m_length, ok);
charactersToUInt   58 Source/wtf/text/WTFString.h WTF_EXPORT unsigned charactersToUInt(const LChar*, size_t, bool* ok = 0); // ignores trailing garbage
charactersToUInt   59 Source/wtf/text/WTFString.h WTF_EXPORT unsigned charactersToUInt(const UChar*, size_t, bool* ok = 0); // ignores trailing garbage
charactersToUInt  691 Source/wtf/text/WTFString.h using WTF::charactersToUInt;