Home
last modified time | relevance | path

Searched refs:onig_is_in_code_range (Results 1 – 6 of 6) sorted by relevance

/PHP-7.2/ext/mbstring/oniguruma/src/
H A Deuc_jp.c264 return onig_is_in_code_range((UChar* )PropertyList[ctype], code); in is_code_ctype()
H A Dsjis.c296 return onig_is_in_code_range((UChar* )PropertyList[ctype], code); in is_code_ctype()
H A Dunicode.c155 return onig_is_in_code_range((UChar* )UserDefinedPropertyRanges[index].ranges, code); in onigenc_unicode_is_code_ctype()
160 return onig_is_in_code_range((UChar* )CodeRanges[ctype], code); in onigenc_unicode_is_code_ctype()
H A Dregenc.h225 extern int onig_is_in_code_range P_((const UChar* p, OnigCodePoint code));
H A Dregexec.c1712 if (! onig_is_in_code_range(p, code)) goto fail; in match_at()
1716 if (! onig_is_in_code_range(q, code)) goto fail; in match_at()
1777 if (onig_is_in_code_range(p, code)) goto fail; in match_at()
1781 if (onig_is_in_code_range(q, code)) goto fail; in match_at()
H A Dregcomp.c5639 onig_is_in_code_range(const UChar* p, OnigCodePoint code) in onig_is_in_code_range() function
5669 found = (onig_is_in_code_range(cc->mbuf->p, code) != 0 ? 1 : 0); in onig_is_code_in_cc_len()

Completed in 45 milliseconds