Searched defs:pattern_end (Results 1 – 3 of 3) sorted by relevance
/PHP-5.5/ext/mbstring/oniguruma/ |
H A D | regext.c | 163 onig_new_deluxe(regex_t** reg, const UChar* pattern, const UChar* pattern_end, in onig_new_deluxe() 206 onig_recompile_deluxe(regex_t* reg, const UChar* pattern, const UChar* pattern_end, in onig_recompile_deluxe()
|
H A D | regcomp.c | 5263 onig_compile(regex_t* reg, const UChar* pattern, const UChar* pattern_end, in onig_compile() 5452 onig_recompile(regex_t* reg, const UChar* pattern, const UChar* pattern_end, in onig_recompile() 5521 const UChar* pattern_end, OnigOptionType option, OnigEncoding enc, in onig_new_without_alloc() 5534 onig_new(regex_t** reg, const UChar* pattern, const UChar* pattern_end, in onig_new()
|
H A D | regparse.h | 288 UChar* pattern_end; member
|
Completed in 32 milliseconds