Searched refs:onig_new_deluxe (Results 1 – 5 of 5) sorted by relevance
/PHP-5.4/ext/mbstring/oniguruma/doc/ |
H A D | FAQ.ja | 114 onig_new(), onig_new_deluxe(), onig_free()�Τɤ줫�θƤӽФ���
|
H A D | API | 137 # int onig_new_deluxe(regex_t** reg, const UChar* pattern, const UChar* pattern_end,
|
/PHP-5.4/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 205 r = onig_new_deluxe(&new_reg, pattern, pattern_end, ci, einfo); in onig_recompile_deluxe()
|
H A D | oniguruma.h | 811 int onig_new_deluxe P_((OnigRegex* reg, const OnigUChar* pattern, const OnigUChar* pattern_end, Oni…
|
H A D | HISTORY | 827 2004/05/24: [API] change calling sequences of onig_new_deluxe() and
|
Completed in 17 milliseconds