Home
last modified time | relevance | path

Searched refs:ONIGENC_CODE_TO_MBCLEN (Results 1 – 4 of 4) sorted by relevance

/PHP-5.5/ext/mbstring/oniguruma/
H A Dregenc.c799 return (ONIGENC_CODE_TO_MBCLEN(enc, code) > 1 ? TRUE : FALSE); in onigenc_mb2_is_code_ctype()
814 return (ONIGENC_CODE_TO_MBCLEN(enc, code) > 1 ? TRUE : FALSE); in onigenc_mb4_is_code_ctype()
H A Doniguruma.h294 #define ONIGENC_CODE_TO_MBCLEN(enc,code) (enc)->code_to_mbclen(code) macro
H A Dregparse.c3894 if ((ONIGENC_CODE_TO_MBCLEN(enc, c) > 0) /* check invalid code point */ in add_ctype_to_cc()
4219 len = ONIGENC_CODE_TO_MBCLEN(env->enc, tok->u.c); in parse_char_class()
4295 len = ONIGENC_CODE_TO_MBCLEN(env->enc, v); in parse_char_class()
4482 if (ONIGENC_CODE_TO_MBCLEN(env->enc, NEWLINE_CODE) == 1) in parse_char_class()
H A Dregcomp.c5656 len = ONIGENC_CODE_TO_MBCLEN(enc, code); in onig_is_code_in_cc()

Completed in 39 milliseconds