Home
last modified time | relevance | path

Searched refs:utf8_source (Results 1 – 1 of 1) sorted by relevance

/aosp_15_r20/external/cronet/url/
H A Durl_canon_host.cc353 const char* utf8_source; in DoComplexHost() local
378 utf8_source = &output->data()[begin_length]; in DoComplexHost()
384 utf8_source = host; in DoComplexHost()
392 if (!ConvertUTF8ToUTF16(utf8_source, utf8_source_len, &utf16)) { in DoComplexHost()
396 utf8.push_back(utf8_source[i]); in DoComplexHost()