Searched defs:toUIntStrict (Results 1 - 2 of 2) sorted by relevance

/external/webkit/Source/JavaScriptCore/wtf/text/
H A DWTFString.cpp473 unsigned String::toUIntStrict(bool* ok, int base) const function in class:WTF::String
480 return m_impl->toUIntStrict(ok, base);
H A DStringImpl.cpp416 unsigned StringImpl::toUIntStrict(bool* ok, int base) function in class:WTF::StringImpl

Completed in 65 milliseconds