Searched refs:OP_DIGIT (Results 1 – 7 of 7) sorted by relevance
366 case OP_DIGIT: in get_chr_property_list()744 case OP_DIGIT: in compare_opcodes()952 case OP_DIGIT: in compare_opcodes()
341 case OP_DIGIT: in find_minlength()1288 case OP_DIGIT: in set_start_bits()1417 case OP_DIGIT: in set_start_bits()
1069 case OP_DIGIT: in internal_dfa_match()1264 else if ((c >= 256 && d != OP_DIGIT && d != OP_WHITESPACE && d != OP_WORDCHAR) || in internal_dfa_match()1295 else if ((c >= 256 && d != OP_DIGIT && d != OP_WHITESPACE && d != OP_WORDCHAR) || in internal_dfa_match()1325 else if ((c >= 256 && d != OP_DIGIT && d != OP_WHITESPACE && d != OP_WORDCHAR) || in internal_dfa_match()1353 else if ((c >= 256 && d != OP_DIGIT && d != OP_WHITESPACE && d != OP_WORDCHAR) || in internal_dfa_match()1382 else if ((c >= 256 && d != OP_DIGIT && d != OP_WHITESPACE && d != OP_WORDCHAR) || in internal_dfa_match()
2176 case OP_DIGIT: in match()2924 case OP_DIGIT: in match()3191 case OP_DIGIT: in match()3620 case OP_DIGIT: in match()3764 case OP_DIGIT: in match()4247 case OP_DIGIT: in match()4509 case OP_DIGIT: in match()
1310 OP_DIGIT, /* 7 \d */ enumerator
667 case OP_DIGIT: in next_opcode()1621 case OP_DIGIT: in get_framesize()4023 case OP_DIGIT: in scan_prefix()7353 case OP_DIGIT: in compile_char1_matchingpath()7365 add_jump(compiler, backtracks, JUMP(type == OP_DIGIT ? SLJIT_ZERO : SLJIT_NOT_ZERO)); in compile_char1_matchingpath()10455 case OP_DIGIT: in compile_matchingpath()
400 OP_DIGIT \d520 that instead of a character, the opcode for the type (e.g. OP_DIGIT) is stored