HomeSort by relevance Sort by last modified time
    Searched refs:input16 (Results 1 - 2 of 2) sorted by null

  /external/chromium/googleurl/src/
url_canon_unittest.cc 67 const wchar_t* input16; member in struct:__anon2341::DualComponentCase
77 const wchar_t* input16; member in struct:__anon2341::IPAddressCase
152 const wchar_t* input16; member in struct:UTFCase
191 if (utf_cases[i].input16) {
195 string16 input_str(WStringToUTF16(utf_cases[i].input16));
207 if (utf_cases[i].input8 && utf_cases[i].input16 &&
213 string16 input16_str(WStringToUTF16(utf_cases[i].input16));
430 if (host_cases[i].input16) {
431 string16 input16(WStringToUTF16(host_cases[i].input16));
1019 const wchar_t* input16; member in struct:QueryCase
    [all...]
  /external/chromium/net/base/
net_util.cc 854 string16 input16; local
855 input16.reserve(host_len);
856 std::copy(host, host + host_len, std::back_inserter(input16));
865 component_start < input16.length();
868 component_end = input16.find('.', component_start);
870 component_end = input16.length(); // For getting the last component.
877 converted_idn = IDNToUnicodeOneComponent(input16.data() + component_start,
891 if (component_end < input16.length())
    [all...]

Completed in 158 milliseconds