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.c5935 PCRE2_UCHAR *char_set, *char_set_end; in fast_forward_first_n_chars() local
6019 char_set = chars[range_right - i].chars; in fast_forward_first_n_chars()
6020 char_set_end = char_set + chars[range_right - i].count; in fast_forward_first_n_chars()
6023 if (update_table[(*char_set) & 0xff] > IN_UCHARS(i)) in fast_forward_first_n_chars()
6024 update_table[(*char_set) & 0xff] = IN_UCHARS(i); in fast_forward_first_n_chars()
6025 char_set++; in fast_forward_first_n_chars()
6027 while (char_set < char_set_end); in fast_forward_first_n_chars()