Searched refs:toIntStrict (Results 1 – 6 of 6) sorted by relevance
463 int String::toIntStrict(bool* ok, int base) const in toIntStrict() function in WTF::String470 return m_impl->toIntStrict(ok, base); in toIntStrict()
269 int toIntStrict(bool* ok = 0, int base = 10);
261 int toIntStrict(bool* ok = 0, int base = 10) const;
411 int StringImpl::toIntStrict(bool* ok, int base) in toIntStrict() function in WTF::StringImpl
1131 int offset = url.lastPathComponent().toIntStrict(&ok); in shouldGoToHistoryItem()
48704 Used toASCIIHexValue a character at a time rather than using toIntStrict49001 (WebCore::String::toIntStrict):49022 (WebCore::StringImpl::toIntStrict):