Home
last modified time | relevance | path

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

/PHP-5.5/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()
4255 if (i < ONIGENC_MBC_MINLEN(env->enc)) { in parse_char_class()
4973 if (ONIGENC_MBC_MINLEN(env->enc) > 1 || *to >= SINGLE_BYTE_SIZE) { in i_apply_case_fold()
4982 if (ONIGENC_MBC_MINLEN(env->enc) > 1 || *to >= SINGLE_BYTE_SIZE) { in i_apply_case_fold()
5109 if (len >= ONIGENC_MBC_MINLEN(env->enc)) { in parse_exp()
5123 if (len < ONIGENC_MBC_MINLEN(env->enc)) { in parse_exp()
5124 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()
3993 if (i == 0 && ONIGENC_MBC_MINLEN(enc) > 1) in map_position_value()
4632 OnigDistance min = ONIGENC_MBC_MINLEN(env->enc); in optimize_node_left()
4678 min = ONIGENC_MBC_MINLEN(env->enc); in optimize_node_left()
4686 OnigDistance min = ONIGENC_MBC_MINLEN(env->enc); in optimize_node_left()
5035 if (ONIGENC_MBC_MINLEN(enc) > 1) { in print_enc_string()
5652 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 49 milliseconds