Searched refs:OP_DIGIT (Results 1 – 8 of 8) sorted by relevance
366 case OP_DIGIT: in get_chr_property_list()712 case OP_DIGIT: in compare_opcodes()920 case OP_DIGIT: in compare_opcodes()
330 case OP_DIGIT: in find_minlength()1239 case OP_DIGIT: in set_start_bits()1368 case OP_DIGIT: in set_start_bits()
928 case OP_DIGIT: in internal_dfa_match()1123 else if ((c >= 256 && d != OP_DIGIT && d != OP_WHITESPACE && d != OP_WORDCHAR) || in internal_dfa_match()1154 else if ((c >= 256 && d != OP_DIGIT && d != OP_WHITESPACE && d != OP_WORDCHAR) || in internal_dfa_match()1184 else if ((c >= 256 && d != OP_DIGIT && d != OP_WHITESPACE && d != OP_WORDCHAR) || in internal_dfa_match()1212 else if ((c >= 256 && d != OP_DIGIT && d != OP_WHITESPACE && d != OP_WORDCHAR) || in internal_dfa_match()1241 else if ((c >= 256 && d != OP_DIGIT && d != OP_WHITESPACE && d != OP_WORDCHAR) || in internal_dfa_match()
2442 case OP_DIGIT: in match()4629 case OP_DIGIT: in match()4892 case OP_DIGIT: in match()5322 case OP_DIGIT: in match()5462 case OP_DIGIT: in match()5945 case OP_DIGIT: in match()6203 case OP_DIGIT: in match()
1356 OP_DIGIT, /* 7 \d */ enumerator
626 case OP_DIGIT: in next_opcode()1579 case OP_DIGIT: in get_framesize()3629 case OP_DIGIT: in scan_prefix()6265 case OP_DIGIT: in compile_char1_matchingpath()6277 add_jump(compiler, backtracks, JUMP(type == OP_DIGIT ? SLJIT_ZERO : SLJIT_NOT_ZERO)); in compile_char1_matchingpath()9361 case OP_DIGIT: in compile_matchingpath()
1109 case OP_DIGIT: in find_fixedlength()1603 case OP_DIGIT: in could_be_empty_branch()
203 OP_DIGIT \d307 that instead of a character, the opcode for the type (e.g. OP_DIGIT) is stored