Home | History | Annotate | Download | only in base

Lines Matching full:input16

469   base::string16 input16;
470 input16.reserve(host.length());
471 input16.insert(input16.end(), host.begin(), host.end());
479 component_start < input16.length();
482 component_end = input16.find('.', component_start);
484 component_end = input16.length(); // For getting the last component.
491 input16.data() + component_start, component_length, languages,
502 if (component_end < input16.length())