Searched refs:ONIGENC_MBC_MAXLEN (Results 1 – 4 of 4) sorted by relevance
47 if (startpos > 0 && ONIGENC_MBC_MAXLEN(reg->enc) != 1 && startpos < size) { in re_adjust_startpos()
272 #define ONIGENC_IS_SINGLEBYTE(enc) (ONIGENC_MBC_MAXLEN(enc) == 1)301 #define ONIGENC_MBC_MAXLEN(enc) m17n_mbmaxlen(enc) macro303 (ONIGENC_MBC_MAXLEN(enc) > 0 ? ONIGENC_MBC_MAXLEN(enc) \374 #define ONIGENC_MBC_MAXLEN(enc) ((enc)->max_enc_len) macro375 #define ONIGENC_MBC_MAXLEN_DIST(enc) ONIGENC_MBC_MAXLEN(enc)
2541 xs->s + ONIGENC_MBC_MAXLEN(reg->enc)); in is_not_included()4960 if (ONIGENC_MBC_MAXLEN(reg->enc) == 1 && in print_optimize_info()
4129 for (i = 1; i < ONIGENC_MBC_MAXLEN(env->enc); i++) { in parse_char_class()
Completed in 49 milliseconds