Home
last modified time | relevance | path

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

/PHP-5.5/ext/mbstring/oniguruma/enc/
H A Deuc_jp.c240 return onig_is_in_code_range((UChar* )PropertyList[ctype], code); in is_code_ctype()
H A Dsjis.c274 return onig_is_in_code_range((UChar* )PropertyList[ctype], code); in is_code_ctype()
H A Dunicode.c10764 return onig_is_in_code_range((UChar* )CodeRanges[ctype], code); in onigenc_unicode_is_code_ctype()
/PHP-5.5/ext/mbstring/oniguruma/
H A Dregenc.h172 extern int onig_is_in_code_range P_((const UChar* p, OnigCodePoint code));
H A Dregexec.c1669 if (! onig_is_in_code_range(p, code)) goto fail; in match_at()
1673 if (! onig_is_in_code_range(q, code)) goto fail; in match_at()
1734 if (onig_is_in_code_range(p, code)) goto fail; in match_at()
1738 if (onig_is_in_code_range(q, code)) goto fail; in match_at()
H A Dregcomp.c5604 onig_is_in_code_range(const UChar* p, OnigCodePoint code) in onig_is_in_code_range() function
5634 found = (onig_is_in_code_range(cc->mbuf->p, code) != 0 ? 1 : 0); in onig_is_code_in_cc_len()

Completed in 43 milliseconds