Home
last modified time | relevance | path

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

/PHP-7.1/ext/mbstring/oniguruma/
H A Dregparse.h335 extern Node* onig_node_new_str P_((const UChar* s, const UChar* end));
H A Dregcomp.c3237 node = onig_node_new_str(s, end); in expand_case_fold_make_rem_string()
3288 snode = onig_node_new_str(p, p + slen); in expand_case_fold_string_alt()
3294 snode = onig_node_new_str(NULL, NULL); in expand_case_fold_string_alt()
3405 prev_node = snode = onig_node_new_str(NULL, NULL); in expand_case_fold_string()
H A Dregparse.c1517 onig_node_new_str(const UChar* s, const UChar* end) in onig_node_new_str() function
5022 snode = onig_node_new_str(buf, buf + len); in i_apply_case_fold()

Completed in 42 milliseconds