Home
last modified time | relevance | path

Searched refs:char_set (Results 1 – 2 of 2) sorted by relevance

/external/e2fsprogs/lib/et/
Det_name.c19 static const char char_set[] = variable
39 *p++ = char_set[ch-1]; in error_table_name()
/external/pcre/dist2/src/
Dpcre2_jit_compile.c5079 PCRE2_UCHAR *char_set, *char_set_end; in fast_forward_first_n_chars() local
5163 char_set = chars[range_right - i].chars; in fast_forward_first_n_chars()
5164 char_set_end = char_set + chars[range_right - i].count; in fast_forward_first_n_chars()
5167 if (update_table[(*char_set) & 0xff] > IN_UCHARS(i)) in fast_forward_first_n_chars()
5168 update_table[(*char_set) & 0xff] = IN_UCHARS(i); in fast_forward_first_n_chars()
5169 char_set++; in fast_forward_first_n_chars()
5171 while (char_set < char_set_end); in fast_forward_first_n_chars()