Home
last modified time | relevance | path

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

/PHP-7.1/ext/mbstring/oniguruma/
H A Dregerror.c202 if (ONIGENC_MBC_MINLEN(enc) > 1) { in to_ascii()
358 if (ONIGENC_MBC_MINLEN(enc) == 1) {
H A Dregposix.c40 if (ONIGENC_MBC_MINLEN(enc) == 1) { \
H A Dregenc.c132 int len = ONIGENC_MBC_MINLEN(enc); in onigenc_strlen_null()
157 int len = ONIGENC_MBC_MINLEN(enc); in onigenc_str_bytelen_null()
H A Dregparse.c130 (OnigCodePoint )(ONIGENC_MBC_MINLEN(enc) > 1 ? 0 : 0x80)
236 term_len = ONIGENC_MBC_MINLEN(enc); in strdup_with_null()
4268 if (i < ONIGENC_MBC_MINLEN(env->enc)) { in parse_char_class()
4986 if (ONIGENC_MBC_MINLEN(env->enc) > 1 || *to >= SINGLE_BYTE_SIZE) { in i_apply_case_fold()
4995 if (ONIGENC_MBC_MINLEN(env->enc) > 1 || *to >= SINGLE_BYTE_SIZE) { in i_apply_case_fold()
5122 if (len >= ONIGENC_MBC_MINLEN(env->enc)) { in parse_exp()
5136 if (len < ONIGENC_MBC_MINLEN(env->enc)) { in parse_exp()
5137 rem = ONIGENC_MBC_MINLEN(env->enc) - len; in parse_exp()
H A Dregcomp.c590 if (ONIGENC_MBC_MINLEN(reg->enc) > 1 || bitset_is_empty(cc->bs)) { in compile_length_cclass_node()
626 if (ONIGENC_MBC_MINLEN(reg->enc) > 1 || bitset_is_empty(cc->bs)) { in compile_cclass_node()
3992 if (i == 0 && ONIGENC_MBC_MINLEN(enc) > 1) in map_position_value()
4631 OnigDistance min = ONIGENC_MBC_MINLEN(env->enc); in optimize_node_left()
4677 min = ONIGENC_MBC_MINLEN(env->enc); in optimize_node_left()
4685 OnigDistance min = ONIGENC_MBC_MINLEN(env->enc); in optimize_node_left()
5034 if (ONIGENC_MBC_MINLEN(enc) > 1) { in print_enc_string()
5684 if (ONIGENC_MBC_MINLEN(enc) > 1) { in onig_is_code_in_cc()
H A Doniguruma.h291 #define ONIGENC_MBC_MINLEN(enc) ((enc)->min_enc_len) macro

Completed in 43 milliseconds