Searched refs:PT_PC (Results 1 – 7 of 7) sorted by relevance
/PHP-5.6/ext/pcre/pcrelib/ |
H A D | pcre_tables.c | 570 { 154, PT_PC, ucp_Cc }, 571 { 157, PT_PC, ucp_Cf }, 575 { 181, PT_PC, ucp_Cn }, 576 { 184, PT_PC, ucp_Co }, 579 { 201, PT_PC, ucp_Cs }, 623 { 590, PT_PC, ucp_Ll }, 624 { 593, PT_PC, ucp_Lm }, 625 { 596, PT_PC, ucp_Lo }, 626 { 599, PT_PC, ucp_Lt }, 627 { 602, PT_PC, ucp_Lu }, [all …]
|
H A D | pcre_xclass.c | 154 case PT_PC: in PRIV()
|
H A D | pcre_exec.c | 2578 case PT_PC: in match() 4210 case PT_PC: in match() 4946 case PT_PC: in match() 5463 case PT_PC: in match()
|
H A D | pcre_internal.h | 1805 #define PT_PC 3 /* Specified particular characteristic (e.g. Lu) */ macro
|
H A D | HACKING | 303 relevant only for PT_GC (General Category), PT_PC (Particular Category), and
|
H A D | pcre_compile.c | 2843 case PT_PC: in check_char_prop()
|
H A D | pcre_jit_compile.c | 4863 case PT_PC: in compile_xclass_matchingpath() 5096 case PT_PC: in compile_xclass_matchingpath()
|
Completed in 66 milliseconds