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

/external/webkit/Source/WebCore/platform/
H A DKURL.cpp230 static inline bool isIPv6Char(unsigned char c) { return characterClassTable[c] & IPv6Char; } function in namespace:WebCore
1254 while (isIPv6Char(url[hostEnd]))

Completed in 48 milliseconds