Searched refs:charactersToUInt (Results 1 - 3 of 3) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/wtf/text/
H A DWTFString.h58 WTF_EXPORT unsigned charactersToUInt(const LChar*, size_t, bool* ok = 0); // ignores trailing garbage
59 WTF_EXPORT unsigned charactersToUInt(const UChar*, size_t, bool* ok = 0); // ignores trailing garbage
681 using WTF::charactersToUInt;
H A DWTFString.cpp1123 unsigned charactersToUInt(const LChar* data, size_t length, bool* ok) function in namespace:WTF
1128 unsigned charactersToUInt(const UChar* data, size_t length, bool* ok) function in namespace:WTF
H A DStringImpl.cpp1047 return charactersToUInt(characters8(), m_length, ok);
1048 return charactersToUInt(characters16(), m_length, ok);

Completed in 84 milliseconds