Searched refs:mb_cur_max (Results 1 – 7 of 7) sorted by relevance
46 if (init_len < dfa->mb_cur_max) in re_string_allocate()47 init_len = dfa->mb_cur_max; in re_string_allocate()85 if (dfa->mb_cur_max > 1) in re_string_construct()108 if (dfa->mb_cur_max > 1) in re_string_construct()133 if (pstr->mb_cur_max > 1) in re_string_realloc_buffers()173 pstr->mb_cur_max = dfa->mb_cur_max; in re_string_construct_common()595 if (pstr->mb_cur_max > 1) in re_string_reconstruct()622 if (pstr->mb_cur_max > 1) in re_string_reconstruct()717 if (pstr->mb_cur_max > 1) in re_string_reconstruct()755 if (pstr->mb_cur_max > 1 in internal_function()[all …]
327 int mb_cur_max; member590 int mb_cur_max; member662 if (pstr->mb_cur_max == 1) in internal_function()674 if (pstr->mb_cur_max == 1) in internal_function()
362 if (dfa->mb_cur_max > 1) in re_compile_fastmap_iter()821 dfa->mb_cur_max = MB_CUR_MAX; in init_dfa()823 if (dfa->mb_cur_max == 6 in init_dfa()853 if (dfa->mb_cur_max > 1) in init_dfa()1064 dfa->mb_cur_max = 1; in optimize_utf8()1714 if (input->mb_cur_max > 1 && in peek_token()1849 if (input->mb_cur_max > 1) in peek_token()1949 if (input->mb_cur_max > 1 && in peek_token_bracket()3167 if (dfa->mb_cur_max > 1) in parse_bracket_exp()3564 if (dfa->mb_cur_max > 1) in build_charclass_op()[all …]
637 sb = dfa->mb_cur_max == 1; in re_search_internal()3332 if (dest_states[i] != dest_states_word[i] && dfa->mb_cur_max > 1) in build_trtable()3472 if (dfa->mb_cur_max > 1) in group_nodes_into_DFAstates()3523 if (dfa->mb_cur_max > 1) in group_nodes_into_DFAstates()3542 if (dfa->mb_cur_max > 1) in group_nodes_into_DFAstates()4004 if (pstr->mb_cur_max > 1) in extend_buffers()4017 if (pstr->mb_cur_max > 1) in extend_buffers()
172 unsigned char mb_cur_max; /* determined by encoding _AND_ translit!!! */ member
633 base->mb_cur_max = 6; in _locale_set_l()638 base->mb_cur_max = 1; in _locale_set_l()647 #warning REMINDER: update 8 bit mb_cur_max when translit implemented! in _locale_set_l()650 base->mb_cur_max = 1; in _locale_set_l()
822 return __UCLIBC_CURLOCALE->mb_cur_max; in libc_hidden_def()
Completed in 45 milliseconds