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

  /external/chromium_org/third_party/WebKit/Source/wtf/text/
WTFString.h 53 WTF_EXPORT intptr_t charactersToIntPtrStrict(const LChar*, size_t, bool* ok = 0, int base = 10);
54 WTF_EXPORT intptr_t charactersToIntPtrStrict(const UChar*, size_t, bool* ok = 0, int base = 10);
692 using WTF::charactersToIntPtrStrict;
WTFString.cpp 1103 intptr_t charactersToIntPtrStrict(const LChar* data, size_t length, bool* ok, int base)
1108 intptr_t charactersToIntPtrStrict(const UChar* data, size_t length, bool* ok, int base)
    [all...]
StringImpl.cpp     [all...]

Completed in 967 milliseconds