Home | History | Annotate | Download | only in src

Lines Matching refs:OP_NCLASS

453   case OP_NCLASS:
665 /* In 8 bit, non-UTF mode, OP_CLASS and OP_NCLASS are the same. */
666 || (!utf && (base_list[0] == OP_NCLASS || list[0] == OP_NCLASS))
671 if (base_list[0] == OP_CLASS || (!utf && base_list[0] == OP_NCLASS))
689 case OP_NCLASS:
1006 case OP_NCLASS:
1123 else if (c == OP_CLASS || c == OP_NCLASS || c == OP_XCLASS)