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

  /external/webkit/Source/JavaScriptCore/wtf/text/
WTFString.h 74 intptr_t charactersToIntPtrStrict(const UChar*, size_t, bool* ok = 0, int base = 10);
516 using WTF::charactersToIntPtrStrict;
StringImpl.cpp 433 return charactersToIntPtrStrict(m_data, m_length, ok, base);
WTFString.cpp 914 intptr_t charactersToIntPtrStrict(const UChar* data, size_t length, bool* ok, int base)

Completed in 386 milliseconds