Home
last modified time | relevance | path

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

/external/pcre/dist2/src/
Dpcre2_compile.c4399 int posix_class, taboffset, tabopt; in compile_branch() local
4510 taboffset = posix_class_maps[posix_class + 1]; in compile_branch()
4513 if (taboffset >= 0) in compile_branch()
4516 for (c = 0; c < 32; c++) pbits[c] |= cbits[(int)c + taboffset]; in compile_branch()
4518 for (c = 0; c < 32; c++) pbits[c] &= ~cbits[(int)c + taboffset]; in compile_branch()