Lines Matching refs:find

31   // From the last character, find the last dot.
118 auto dot_location = input.find('.', start);
9012 // if (label.find('.') != std::string_view::npos) return false;
9594 size_t loc_dot = mapped_string.find('.', label_start);
9661 size_t loc_dot = utf32.find('.', label_start);
9743 size_t loc_dot = input.find('.', label_start);
10507 size_t location_of_first = input.find('#');
10916 * Unless we find '[', then it only needs to be called once! Ideally, such a
10925 // Unless we find '[' then we are going only going to have to call
10930 location = view.find(']', location);
10932 // performance: view.find might get translated to a memchr, which
10946 // Unless we find '[' then we are going only going to have to call
10951 location = view.find(']', location);
10953 // performance: view.find might get translated to a memchr, which
11010 size_t slashdot = input.find("/.");
11043 size_t new_location = input.find('/', previous_location);
11092 : input.find('/');
11673 if (is_forbidden == 0 && buffer.find("xn-") == std::string_view::npos) {
11684 is_valid = ada::unicode::to_ascii(host, input, input.find('%'));
11920 size_t host_end_pos = input.find('#');
12375 (url_data.find('@', input_position) != std::string_view::npos);
12419 size_t password_token_location = authority_view.find(':');
12750 size_t location = view.find('?');
12828 size_t locofquestionmark = view.find('?');
12878 size_t loc = first_base_url_path.find('/');
13636 input.find("xn-") == std::string_view::npos) {
13652 is_valid = ada::unicode::to_ascii(host, input, input.find('%'));
13689 size_t host_end_pos = input.find('#');
14759 size_t slashdot = input.find("/.");
14793 size_t new_location = input.find('/', previous_location);
14846 : input.find('/');