Lines Matching defs:char_set
4339 PCRE2_UCHAR *char_set, *char_set_end;
4389 char_set = chars + ((range_right - i) * MAX_DIFF_CHARS);
4390 SLJIT_ASSERT(char_set[0] > 0 && char_set[0] < 255);
4391 char_set_end = char_set + char_set[0];
4392 char_set++;
4393 while (char_set <= char_set_end)
4395 if (update_table[(*char_set) & 0xff] > IN_UCHARS(i))
4396 update_table[(*char_set) & 0xff] = IN_UCHARS(i);
4397 char_set++;