Home
last modified time | relevance | path

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

/posix/
A Dregex_internal.c56 if (init_len < dfa->mb_cur_max) in re_string_allocate()
57 init_len = dfa->mb_cur_max; in re_string_allocate()
95 if (dfa->mb_cur_max > 1) 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()
589 if (pstr->mb_cur_max > 1) in re_string_reconstruct()
707 if (pstr->mb_cur_max > 1) 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()
[all …]
A Dbug-regex20.c214 optimized = ((re_dfa_t *) regbuf.buffer)->mb_cur_max == 1; in main()
255 optimized = ((re_dfa_t *) regbuf.buffer)->mb_cur_max == 1; in main()
A Dregex_internal.h422 int mb_cur_max; member
675 int mb_cur_max; member
789 if (pstr->mb_cur_max == 1) in re_string_char_size_at()
801 if (pstr->mb_cur_max == 1) in re_string_wchar_at()
A Dregcomp.c372 if (dfa->mb_cur_max > 1 in re_compile_fastmap_iter()
869 dfa->mb_cur_max = MB_CUR_MAX; in init_dfa()
871 if (dfa->mb_cur_max == 6 in init_dfa()
890 if (dfa->mb_cur_max > 1) in init_dfa()
1153 dfa->mb_cur_max = 1; in optimize_utf8()
1797 if (input->mb_cur_max > 1 in peek_token()
1932 if (input->mb_cur_max > 1) in peek_token()
2031 if (input->mb_cur_max > 1 in peek_token_bracket()
3340 if (dfa->mb_cur_max > 1) in parse_bracket_exp()
3720 if (dfa->mb_cur_max > 1) in build_charclass_op()
[all …]
A Dregexec.c679 sb = dfa->mb_cur_max == 1; in re_search_internal()
3344 if (dest_states[i] != dest_states_word[i] && dfa->mb_cur_max > 1) in build_trtable()
3479 if (dfa->mb_cur_max > 1) in group_nodes_into_DFAstates()
3533 if (dfa->mb_cur_max > 1) in group_nodes_into_DFAstates()
3552 if (dfa->mb_cur_max > 1) in group_nodes_into_DFAstates()
4020 if (pstr->mb_cur_max > 1) in extend_buffers()
4033 if (pstr->mb_cur_max > 1) in extend_buffers()
A Dtst-regex.input3968 * locale/programs/ld-ctype.c: Write correct mb_cur_max value.

Completed in 35 milliseconds