Searched defs:specLength (Results 1 – 1 of 1) sorted by relevance
| /external/webkit/Source/JavaScriptCore/wtf/url/src/ |
| D | URLParser.h | 94 static bool extractScheme(const CHAR* spec, int specLength, URLComponent& scheme) in extractScheme() 119 …static void parseAfterScheme(const CHAR* spec, int specLength, int afterScheme, URLSegments& parse… in parseAfterScheme() 148 static void parseStandardURL(const CHAR* spec, int specLength, URLSegments& parsed) in parseStandardURL() 235 static void parsePathURL(const CHAR* spec, int specLength, URLSegments& parsed) in parsePathURL() 279 static void parseMailtoURL(const CHAR* spec, int specLength, URLSegments& parsed) in parseMailtoURL() 498 static int nextAuthorityTerminator(const CHAR* spec, int startOffset, int specLength) in nextAuthorityTerminator()
|