Searched refs:onig_new_deluxe (Results 1 – 6 of 6) sorted by relevance
/PHP-5.6/ext/mbstring/oniguruma/doc/ |
H A D | FAQ.ja | 122 onig_new(), onig_new_deluxe(), onig_free()�Τɤ줫�θƤӽФ���
|
H A D | API | 149 # int onig_new_deluxe(regex_t** reg, const UChar* pattern, const UChar* pattern_end,
|
/PHP-5.6/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() function 212 r = onig_new_deluxe(&new_reg, pattern, pattern_end, ci, einfo); in onig_recompile_deluxe()
|
H A D | testu.c | 135 r = onig_new_deluxe(®, (UChar* )pattern, in xx()
|
H A D | oniguruma.h | 731 int onig_new_deluxe P_((OnigRegex* reg, const OnigUChar* pattern, const OnigUChar* pattern_end, Oni…
|
H A D | HISTORY | 1051 2004/05/24: [API] change calling sequences of onig_new_deluxe() and
|
Completed in 23 milliseconds