Searched refs:OP_XCLASS (Results 1 – 6 of 6) sorted by relevance
415 /* OP_XCLASS can only occur in UTF-8 mode. However, there's no harm in421 case OP_XCLASS:428 if (*code == OP_XCLASS)470 if (*code == OP_XCLASS)
329 case OP_XCLASS: in find_minlength()332 if (op == OP_XCLASS) in find_minlength()839 case OP_XCLASS: in set_start_bits()
1921 case OP_XCLASS: in find_fixedlength()1924 if (op == OP_XCLASS) in find_fixedlength()2080 if (c == OP_XCLASS) code += GET(code, 1); in PRIV()2218 if (c == OP_XCLASS) code += GET(code, 1); in find_recurse()2489 case OP_XCLASS: in could_be_empty_branch()4668 *code++ = OP_XCLASS; in compile_branch()5055 *previous == OP_XCLASS || in compile_branch()
2039 OP_XCLASS, /* 108 Extended class for handling > 255 chars within the enumerator
310 For classes containing characters with values greater than 255, OP_XCLASS is
3029 case OP_XCLASS: in match()
Completed in 66 milliseconds