Home
last modified time | relevance | path

Searched refs:ONIGENC_MBC_MAXLEN (Results 1 – 4 of 4) sorted by relevance

/PHP-7.3/ext/mbstring/oniguruma/src/
H A Dreggnu.c44 if (startpos > 0 && ONIGENC_MBC_MAXLEN(reg->enc) != 1 && startpos < size) { in re_adjust_startpos()
H A Doniguruma.h249 #define ONIGENC_IS_SINGLEBYTE(enc) (ONIGENC_MBC_MAXLEN(enc) == 1)
275 #define ONIGENC_MBC_MAXLEN(enc) ((enc)->max_enc_len) macro
276 #define ONIGENC_MBC_MAXLEN_DIST(enc) ONIGENC_MBC_MAXLEN(enc)
H A Dregcomp.c2795 xs->s + ONIGENC_MBC_MAXLEN(reg->enc)); in is_exclusive()
6556 if (ONIGENC_MBC_MAXLEN(reg->enc) == 1 && in print_optimize_info()
H A Dregparse.c6320 for (i = 1; i < ONIGENC_MBC_MAXLEN(env->enc); i++) { in parse_cc()
6378 in_code < 0x100 || ONIGENC_MBC_MAXLEN(env->enc) == 1) { in parse_cc()

Completed in 47 milliseconds