Home
last modified time | relevance | path

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

/PHP-7.3/ext/mbstring/oniguruma/src/
H A Dregerror.c218 else if (ONIGENC_MBC_MINLEN(enc) > 1) { in to_ascii()
362 if (ONIGENC_MBC_MINLEN(enc) == 1) { in onig_snprintf_with_pattern()
H A Dregenc.c152 term_len = ONIGENC_MBC_MINLEN(enc); in onigenc_strdup()
244 int len = ONIGENC_MBC_MINLEN(enc); in onigenc_strlen_null()
269 int len = ONIGENC_MBC_MINLEN(enc); in onigenc_str_bytelen_null()
H A Dregposix.c41 if (ONIGENC_MBC_MINLEN(enc) == 1) { \
H A Dregcomp.c984 if (ONIGENC_MBC_MINLEN(reg->enc) > 1 || bitset_is_empty(cc->bs)) { in compile_cclass_node()
3046 len = ONIGENC_MBC_MINLEN(env->enc); in tree_min_len()
5360 if (i == 0 && ONIGENC_MBC_MINLEN(enc) > 1) in map_position_value()
5979 min = sn->case_min_len * ONIGENC_MBC_MINLEN(enc); in optimize_nodes()
5993 OnigLen min = ONIGENC_MBC_MINLEN(enc); in optimize_nodes()
6047 min = ONIGENC_MBC_MINLEN(enc); in optimize_nodes()
6419 if (ONIGENC_MBC_MINLEN(enc) > 1) { in print_enc_string()
7105 if (ONIGENC_MBC_MINLEN(enc) > 1) { in onig_is_code_in_cc()
H A Doniguruma.h277 #define ONIGENC_MBC_MINLEN(enc) ((enc)->min_enc_len) macro
H A Dregparse.c282 (OnigCodePoint )(ONIGENC_MBC_MINLEN(enc) > 1 ? 0 : 0x80)
6330 if (i < ONIGENC_MBC_MINLEN(env->enc)) { in parse_cc()
7774 if (ONIGENC_MBC_MINLEN(enc) > 1 || ONIGENC_CODE_TO_MBCLEN(enc, code) != 1) {\
7832 if (ONIGENC_MBC_MINLEN(env->enc) > 1 || in i_apply_case_fold()
8011 if (len >= ONIGENC_MBC_MINLEN(env->enc)) { in parse_exp()

Completed in 53 milliseconds