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

  /external/chromium_org/third_party/WebKit/Source/wtf/text/
WTFString.h 56 WTF_EXPORT int charactersToInt(const LChar*, size_t, bool* ok = 0); // ignores trailing garbage
57 WTF_EXPORT int charactersToInt(const UChar*, size_t, bool* ok = 0); // ignores trailing garbage
705 using WTF::charactersToInt;
WTFString.cpp 1099 int charactersToInt(const LChar* data, size_t length, bool* ok)
1104 int charactersToInt(const UChar* data, size_t length, bool* ok)
    [all...]
StringImpl.cpp 891 return charactersToInt(characters8(), m_length, ok);
892 return charactersToInt(characters16(), m_length, ok);
    [all...]

Completed in 62 milliseconds