Lines Matching refs:index
2823 size_t index = find_range_index(x);
2824 uint32_t descriptor = table[index][1];
10249 const uint8_t character_set[], size_t index) {
10251 out.append(input.data(), index);
10252 auto pointer = input.begin() + index;
10607 // starting at index location, this finds the next location of a character
10758 // starting at index location, this finds the next location of a character
13068 uint32_t index = 0;
13073 if (protocol_end < index) {
13076 index = protocol_end;
13081 if (username_end < index) {
13084 index = username_end;
13089 if (host_start < index) {
13092 index = host_start;
13099 if (index + port_length < index) {
13102 index += port_length;
13108 if (pathname_start < index) {
13111 index = pathname_start;
13114 if (search_start < index) {
13117 index = search_start;
13121 if (hash_start < index) {
13124 index = hash_start;
15529 ada_string ada_strings_get(ada_strings result, size_t index) {
15533 std::string_view view = (*r)->at(index);