Home | History | Annotate | Download | only in url

Lines Matching refs:host_len

116                   int host_len,
122 for (int i = 0; i < host_len; ++i) {
127 if (!DecodeEscaped(host, &i, host_len,
197 bool DoComplexHost(const char* host, int host_len,
213 if (!DoSimpleHost(host, host_len, output, &has_non_ascii)) {
234 utf8_source_len = host_len;
260 bool DoComplexHost(const base::char16* host, int host_len,
272 if (!ConvertUTF16ToUTF8(host, host_len, &utf8)) {
273 AppendInvalidNarrowString(host, 0, host_len, output);
287 return DoIDNHost(host, host_len, output);