Searched refs:PT_PC (Results 1 – 5 of 5) sorted by relevance
/PHP-5.3/ext/pcre/pcrelib/ |
H A D | pcre_tables.c | 520 { 125, PT_PC, ucp_Cc }, 521 { 128, PT_PC, ucp_Cf }, 525 { 152, PT_PC, ucp_Cn }, 526 { 155, PT_PC, ucp_Co }, 529 { 172, PT_PC, ucp_Cs }, 567 { 510, PT_PC, ucp_Ll }, 568 { 513, PT_PC, ucp_Lm }, 569 { 516, PT_PC, ucp_Lo }, 570 { 519, PT_PC, ucp_Lt }, 571 { 522, PT_PC, ucp_Lu }, [all …]
|
H A D | pcre_xclass.c | 148 case PT_PC: in PRIV()
|
H A D | pcre_exec.c | 2556 case PT_PC: in match() 4114 case PT_PC: in match() 4842 case PT_PC: in match() 5346 case PT_PC: in match()
|
H A D | pcre_internal.h | 1833 #define PT_PC 3 /* Specified particular characteristic (e.g. Lu) */ macro
|
H A D | pcre_compile.c | 2995 case PT_PC: in check_char_prop()
|
Completed in 56 milliseconds