Home
last modified time | relevance | path

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

/PHP-7.2/ext/mbstring/oniguruma/src/
H A Dregparse.h336 extern Node* onig_node_new_str P_((const UChar* s, const UChar* end));
H A Dregcomp.c3282 node = onig_node_new_str(s, end); in expand_case_fold_make_rem_string()
3333 snode = onig_node_new_str(p, p + slen); in expand_case_fold_string_alt()
3339 snode = onig_node_new_str(NULL, NULL); in expand_case_fold_string_alt()
3450 prev_node = snode = onig_node_new_str(NULL, NULL); in expand_case_fold_string()
H A Dregparse.c1463 onig_node_new_str(const UChar* s, const UChar* end) in onig_node_new_str() function
4961 snode = onig_node_new_str(buf, buf + len); in i_apply_case_fold()

Completed in 34 milliseconds