Searched refs:ONIGENC_CODE_TO_MBCLEN (Results 1 – 4 of 4) sorted by relevance
/PHP-5.3/ext/mbstring/oniguruma/ |
H A D | regenc.c | 857 return (ONIGENC_CODE_TO_MBCLEN(enc, code) > 1 ? TRUE : FALSE); in onigenc_mb2_is_code_ctype() 873 return (ONIGENC_CODE_TO_MBCLEN(enc, code) > 1 ? TRUE : FALSE); in onigenc_mb4_is_code_ctype()
|
H A D | oniguruma.h | 307 #define ONIGENC_CODE_TO_MBCLEN(enc,code) m17n_codelen((enc),(code)) macro 379 #define ONIGENC_CODE_TO_MBCLEN(enc,code) (enc)->code_to_mbclen(code) macro
|
H A D | regparse.c | 3686 if ((ONIGENC_CODE_TO_MBCLEN(enc, c) > 0) /* 0: invalid code point */ in add_ctype_to_cc() 4107 len = ONIGENC_CODE_TO_MBCLEN(env->enc, tok->u.c); in parse_char_class() 4179 len = ONIGENC_CODE_TO_MBCLEN(env->enc, v); in parse_char_class() 4370 if (ONIGENC_CODE_TO_MBCLEN(env->enc, NEWLINE_CODE) == 1) in parse_char_class()
|
H A D | regexec.c | 1406 len = ONIGENC_CODE_TO_MBCLEN(enc, code); in onig_is_code_in_cc()
|
Completed in 152 milliseconds