Searched refs:charactersToUIntStrict (Results 1 – 6 of 6) sorted by relevance
/external/webkit/Source/JavaScriptCore/wtf/text/ |
D | WTFString.h | 71 unsigned charactersToUIntStrict(const UChar*, size_t, bool* ok = 0, int base = 10); 513 using WTF::charactersToUIntStrict;
|
D | WTFString.cpp | 899 unsigned charactersToUIntStrict(const UChar* data, size_t length, bool* ok, int base) in charactersToUIntStrict() function
|
D | StringImpl.cpp | 418 return charactersToUIntStrict(m_data, m_length, ok, base); in toUIntStrict()
|
/external/webkit/Source/WebCore/platform/ |
D | KURL.cpp | 599 …unsigned number = charactersToUIntStrict(stringData + m_hostEnd + 1, m_portEnd - m_hostEnd - 1, &o… in port()
|
/external/webkit/Source/WebCore/ |
D | ChangeLog-2010-05-24 | 31693 (WebCore::KURL::port): Use the "ok" argument to charactersToUIntStrict to determine whether
|
D | ChangeLog-2008-08-10 | 49011 (WebCore::charactersToUIntStrict):
|