HomeSort by relevance Sort by last modified time
    Searched refs:charactersToUInt (Results 1 - 3 of 3) sorted by null

  /external/chromium_org/third_party/WebKit/Source/wtf/text/
WTFString.h 58 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
706 using WTF::charactersToUInt;
WTFString.cpp 1109 unsigned charactersToUInt(const LChar* data, size_t length, bool* ok)
1114 unsigned charactersToUInt(const UChar* data, size_t length, bool* ok)
    [all...]
StringImpl.cpp 898 return charactersToUInt(characters8(), m_length, ok);
899 return charactersToUInt(characters16(), m_length, ok);
    [all...]

Completed in 1948 milliseconds