Home
last modified time | relevance | path

Searched refs:onig_node_new_str (Results 1 – 3 of 3) sorted by relevance

/PHP-5.5/ext/mbstring/oniguruma/
H A Dregparse.h335 extern Node* onig_node_new_str P_((const UChar* s, const UChar* end));
H A Dregcomp.c3238 node = onig_node_new_str(s, end); in expand_case_fold_make_rem_string()
3289 snode = onig_node_new_str(p, p + slen); in expand_case_fold_string_alt()
3295 snode = onig_node_new_str(NULL, NULL); in expand_case_fold_string_alt()
3406 prev_node = snode = onig_node_new_str(NULL, NULL); in expand_case_fold_string()
H A Dregparse.c1506 onig_node_new_str(const UChar* s, const UChar* end) in onig_node_new_str() function
5009 snode = onig_node_new_str(buf, buf + len); in i_apply_case_fold()

Completed in 36 milliseconds