Home
last modified time | relevance | path

Searched refs:charactersToUIntStrict (Results 1 – 6 of 6) sorted by relevance

/external/webkit/Source/JavaScriptCore/wtf/text/
DWTFString.h71 unsigned charactersToUIntStrict(const UChar*, size_t, bool* ok = 0, int base = 10);
513 using WTF::charactersToUIntStrict;
DWTFString.cpp899 unsigned charactersToUIntStrict(const UChar* data, size_t length, bool* ok, int base) in charactersToUIntStrict() function
DStringImpl.cpp418 return charactersToUIntStrict(m_data, m_length, ok, base); in toUIntStrict()
/external/webkit/Source/WebCore/platform/
DKURL.cpp599 …unsigned number = charactersToUIntStrict(stringData + m_hostEnd + 1, m_portEnd - m_hostEnd - 1, &o… in port()
/external/webkit/Source/WebCore/
DChangeLog-2010-05-2431693 (WebCore::KURL::port): Use the "ok" argument to charactersToUIntStrict to determine whether
DChangeLog-2008-08-1049011 (WebCore::charactersToUIntStrict):