Home | History | Annotate | Download | only in base

Lines Matching full:input16

1286   string16 input16;
1287 input16.reserve(host_len);
1288 input16.insert(input16.end(), host, host + host_len);
1295 component_start < input16.length();
1298 component_end = input16.find('.', component_start);
1300 component_end = input16.length(); // For getting the last component.
1306 converted_idn = IDNToUnicodeOneComponent(input16.data() + component_start,
1317 if (component_end < input16.length())