Searched refs:DoSimpleHost (Results 1 – 1 of 1) sorted by relevance
/external/chromium/googleurl/src/ |
D | url_canon_host.cc | 138 bool DoSimpleHost(const INCHAR* host, in DoSimpleHost() function 195 DoSimpleHost(src, src_len, &url_escaped_host, &has_non_ascii); in DoIDNHost() 210 bool success = DoSimpleHost(wide_output.data(), in DoIDNHost() 236 if (!DoSimpleHost(host, host_len, output, &has_non_ascii)) { in DoComplexHost() 333 success = DoSimpleHost(&spec[host.begin], host.len, in DoHost()
|