Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/MdeModulePkg/Universal/RegularExpressionDxe/Oniguruma/
Dregerror.c209 if (ONIGENC_MBC_MINLEN(enc) > 1) { in to_ascii()
371 if (ONIGENC_MBC_MINLEN(enc) == 1) {
Dregenc.c134 int len = ONIGENC_MBC_MINLEN(enc); in onigenc_strlen_null()
159 int len = ONIGENC_MBC_MINLEN(enc); in onigenc_str_bytelen_null()
Dregposix.c42 if (ONIGENC_MBC_MINLEN(enc) == 1) { \
Dregparse.c132 (OnigCodePoint )(ONIGENC_MBC_MINLEN(enc) > 1 ? 0 : 0x80)
238 term_len = ONIGENC_MBC_MINLEN(enc); in strdup_with_null()
4265 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()
Dregcomp.c594 if (ONIGENC_MBC_MINLEN(reg->enc) > 1 || bitset_is_empty(cc->bs)) { in compile_length_cclass_node()
630 if (ONIGENC_MBC_MINLEN(reg->enc) > 1 || bitset_is_empty(cc->bs)) { in compile_cclass_node()
4013 if (i == 0 && ONIGENC_MBC_MINLEN(enc) > 1) in map_position_value()
4652 OnigDistance min = ONIGENC_MBC_MINLEN(env->enc); in optimize_node_left()
4698 min = ONIGENC_MBC_MINLEN(env->enc); in optimize_node_left()
4706 OnigDistance min = ONIGENC_MBC_MINLEN(env->enc); in optimize_node_left()
5055 if (ONIGENC_MBC_MINLEN(enc) > 1) { in print_enc_string()
5705 if (ONIGENC_MBC_MINLEN(enc) > 1) { in onig_is_code_in_cc()
Doniguruma.h293 #define ONIGENC_MBC_MINLEN(enc) ((enc)->min_enc_len) macro