• Home
  • Raw
  • Download

Lines Matching refs:tmp_buffer

9606       std::u32string tmp_buffer;  in from_ascii_to_ascii()  local
9607 bool is_ok = ada::idna::punycode_to_utf32(puny_segment_ascii, tmp_buffer); in from_ascii_to_ascii()
9611 std::u32string post_map = ada::idna::map(tmp_buffer); in from_ascii_to_ascii()
9612 if (tmp_buffer != post_map) { in from_ascii_to_ascii()
9678 std::u32string tmp_buffer; in to_ascii() local
9679 bool is_ok = ada::idna::punycode_to_utf32(puny_segment_ascii, tmp_buffer); in to_ascii()
9683 std::u32string post_map = ada::idna::map(tmp_buffer); in to_ascii()
9684 if (tmp_buffer != post_map) { in to_ascii()
9750 std::u32string tmp_buffer; in to_unicode() local
9751 if (ada::idna::punycode_to_utf32(label_view, tmp_buffer)) { in to_unicode()
9752 auto utf8_size = ada::idna::utf8_length_from_utf32(tmp_buffer.data(), in to_unicode()
9753 tmp_buffer.size()); in to_unicode()
9755 ada::idna::utf32_to_utf8(tmp_buffer.data(), tmp_buffer.size(), in to_unicode()
10393 std::string tmp_buffer; in href_from_file() local
10396 tmp_buffer = input; in href_from_file()
10397 helpers::remove_ascii_tab_or_newline(tmp_buffer); in href_from_file()
10398 internal_input = tmp_buffer; in href_from_file()
11632 std::string tmp_buffer; in parse_path() local
11635 tmp_buffer = input; in parse_path()
11638 helpers::remove_ascii_tab_or_newline(tmp_buffer); in parse_path()
11639 internal_input = tmp_buffer; in parse_path()
12125 std::string tmp_buffer; in parse_url() local
12128 tmp_buffer = user_input; in parse_url()
12131 helpers::remove_ascii_tab_or_newline(tmp_buffer); in parse_url()
12132 internal_input = tmp_buffer; in parse_url()
13419 std::string tmp_buffer; in parse_path() local
13422 tmp_buffer = input; in parse_path()
13425 helpers::remove_ascii_tab_or_newline(tmp_buffer); in parse_path()
13426 internal_input = tmp_buffer; in parse_path()