Searched refs:DoComplexHost (Results 1 - 1 of 1) sorted by relevance

/external/chromium/googleurl/src/
H A Durl_canon_host.cc132 // DoComplexHost calls us this situation to do unescaping and validation.
220 bool DoComplexHost(const char* host, int host_len, function in namespace:url_canon::__anon2887
283 bool DoComplexHost(const char16* host, int host_len, function in namespace:url_canon::__anon2887
302 return DoComplexHost(utf8.data(), utf8.length(), has_non_ascii,
337 success = DoComplexHost(&spec[host.begin], host.len,

Completed in 64 milliseconds