Home
last modified time | relevance | path

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

/external/pcre/dist/
Dpcre_study.c267 case OP_NOT_DIGIT: in find_minlength()
1123 case OP_NOT_DIGIT: in set_start_bits()
1236 case OP_NOT_DIGIT: in set_start_bits()
Dpcre_exec.c2340 case OP_NOT_DIGIT: in match()
4518 case OP_NOT_DIGIT: in match()
4781 case OP_NOT_DIGIT: in match()
5220 case OP_NOT_DIGIT: in match()
5361 case OP_NOT_DIGIT: in match()
5824 case OP_NOT_DIGIT: in match()
6080 case OP_NOT_DIGIT: in match()
Dpcre_internal.h1874 #define FIRST_AUTOTAB_OP OP_NOT_DIGIT
1888 OP_NOT_DIGIT, /* 6 \D */ enumerator
Dpcre_compile.c1875 case OP_NOT_DIGIT: in find_fixedlength()
2548 case OP_NOT_DIGIT: in could_be_empty_branch()
2919 case OP_NOT_DIGIT: in get_chr_property_list()
3252 case OP_NOT_DIGIT: in compare_opcodes()
3466 case OP_NOT_DIGIT: in compare_opcodes()
Dpcre_jit_compile.c598 case OP_NOT_DIGIT: in next_opcode()
1339 case OP_NOT_DIGIT: in get_framesize()
3358 case OP_NOT_DIGIT: in scan_prefix()
5268 case OP_NOT_DIGIT: in compile_char1_matchingpath()
5274 read_char7_type(common, type == OP_NOT_DIGIT); in compile_char1_matchingpath()
5277 read_char8_type(common, type == OP_NOT_DIGIT); in compile_char1_matchingpath()
7867 case OP_NOT_DIGIT: in compile_iterator_matchingpath()
8242 case OP_NOT_DIGIT: in compile_matchingpath()
DHACKING181 OP_NOT_DIGIT \D
Dpcre_dfa_exec.c1000 case OP_NOT_DIGIT: in internal_dfa_exec()