Lines Matching refs:mb_cur_max
56 if (init_len < dfa->mb_cur_max) in re_string_allocate()
57 init_len = dfa->mb_cur_max; in re_string_allocate()
68 pstr->valid_len = (pstr->mbs_allocated || dfa->mb_cur_max > 1) ? 0 : len; in re_string_allocate()
95 if (dfa->mb_cur_max > 1) in re_string_construct()
104 if (pstr->bufs_len > pstr->valid_len + dfa->mb_cur_max) in re_string_construct()
118 if (dfa->mb_cur_max > 1) in re_string_construct()
143 if (pstr->mb_cur_max > 1) in re_string_realloc_buffers()
190 pstr->mb_cur_max = dfa->mb_cur_max; in re_string_construct_common()
215 DEBUG_ASSERT (MB_LEN_MAX >= pstr->mb_cur_max); in build_wcs_buffer()
238 for (i = 0; i < pstr->mb_cur_max && i < remain_len; ++i) in build_wcs_buffer()
288 DEBUG_ASSERT (pstr->mb_cur_max <= MB_LEN_MAX); in build_wcs_upper_buffer()
382 for (i = 0; i < pstr->mb_cur_max && i < remain_len; ++i) in build_wcs_upper_buffer()
589 if (pstr->mb_cur_max > 1) in re_string_reconstruct()
680 if (pstr->mb_cur_max > 1) in re_string_reconstruct()
707 if (pstr->mb_cur_max > 1) in re_string_reconstruct()
719 end = raw + (offset - pstr->mb_cur_max); in re_string_reconstruct()
811 if (pstr->mb_cur_max > 1) in re_string_reconstruct()
850 if (pstr->mb_cur_max > 1 in re_string_peek_byte_case()
937 if (input->mb_cur_max > 1) in re_string_context_at()
1456 ((token.type == OP_PERIOD && dfa->mb_cur_max > 1) in re_dfa_add_node()