Home
last modified time | relevance | path

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

/PHP-5.3/ext/mbstring/oniguruma/
H A Dregerror.c193 if (ONIGENC_MBC_MINLEN(enc) > 1) { in to_ascii()
342 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 Dregposix.c40 if (ONIGENC_MBC_MINLEN(enc) == 1) { \
H A Doniguruma.h305 #define ONIGENC_MBC_MINLEN(enc) 1 macro
376 #define ONIGENC_MBC_MINLEN(enc) ((enc)->min_enc_len) macro
H A Dregparse.c126 (OnigCodePoint )(ONIGENC_MBC_MINLEN(enc) > 1 ? 0 : 0x80)
243 term_len = ONIGENC_MBC_MINLEN(enc); in strdup_with_null()
3583 if (ONIGENC_MBC_MINLEN(enc) == 1) { in add_ctype_to_cc_by_range()
4139 if (i < ONIGENC_MBC_MINLEN(env->enc)) { in parse_char_class()
4860 if (len >= ONIGENC_MBC_MINLEN(env->enc)) { in parse_exp()
4872 if (len < ONIGENC_MBC_MINLEN(env->enc)) { in parse_exp()
4873 rem = ONIGENC_MBC_MINLEN(env->enc) - len; in parse_exp()
5039 if (ONIGENC_MBC_MINLEN(env->enc) > 1 || in parse_exp()
H A Dregcomp.c570 if (ONIGENC_MBC_MINLEN(reg->enc) > 1 || bitset_is_empty(cc->bs)) { in compile_length_cclass_node()
606 if (ONIGENC_MBC_MINLEN(reg->enc) > 1 || bitset_is_empty(cc->bs)) { in compile_cclass_node()
3782 if (i == 0 && ONIGENC_MBC_MINLEN(enc) > 1) in map_position_value()
4426 OnigDistance min = ONIGENC_MBC_MINLEN(env->enc); in optimize_node_left()
4471 min = ONIGENC_MBC_MINLEN(env->enc); in optimize_node_left()
4479 OnigDistance min = ONIGENC_MBC_MINLEN(env->enc); in optimize_node_left()
4828 if (ONIGENC_MBC_MINLEN(enc) > 1) { in print_enc_string()
H A Dregexec.c1402 if (ONIGENC_MBC_MINLEN(enc) > 1) { in onig_is_code_in_cc()

Completed in 61 milliseconds