Searched refs:ONIGENC_MBC_MAXLEN (Results 1 – 4 of 4) sorted by relevance
49 if (startpos > 0 && ONIGENC_MBC_MAXLEN(reg->enc) != 1 && startpos < size) { in re_adjust_startpos()
267 #define ONIGENC_IS_SINGLEBYTE(enc) (ONIGENC_MBC_MAXLEN(enc) == 1)291 #define ONIGENC_MBC_MAXLEN(enc) ((enc)->max_enc_len) macro292 #define ONIGENC_MBC_MAXLEN_DIST(enc) ONIGENC_MBC_MAXLEN(enc)
2550 xs->s + ONIGENC_MBC_MAXLEN(reg->enc)); in is_not_included()5187 if (ONIGENC_MBC_MAXLEN(reg->enc) == 1 && in print_optimize_info()
4255 for (i = 1; i < ONIGENC_MBC_MAXLEN(env->enc); i++) { in parse_char_class()