Home
last modified time | relevance | path

Searched refs:isIPv6Char (Results 1 – 2 of 2) sorted by relevance

/external/webkit/WebCore/platform/
DKURL.cpp224 static inline bool isIPv6Char(unsigned char c) { return characterClassTable[c] & IPv6Char; } in isIPv6Char() function
1100 while (isIPv6Char(url[hostEnd])) in parse()
/external/webkit/WebCore/
DChangeLog-2005-08-2357362 (isIPv6Char): Make inline function from macro.