Home
last modified time | relevance | path

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

/l4re-core-master/uclibc/lib/contrib/uclibc/libc/misc/regex/
A Dregex_internal.c46 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 …]
A Dregex_internal.h327 int mb_cur_max; member
590 int mb_cur_max; member
662 if (pstr->mb_cur_max == 1) in internal_function()
674 if (pstr->mb_cur_max == 1) in internal_function()
A Dregcomp.c362 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 …]
A Dregexec.c637 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()
/l4re-core-master/uclibc/lib/contrib/uclibc/libc/sysdeps/linux/common/bits/
A DuClibc_locale.h172 unsigned char mb_cur_max; /* determined by encoding _AND_ translit!!! */ member
/l4re-core-master/uclibc/lib/contrib/uclibc/libc/misc/locale/
A Dlocale.c633 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()
/l4re-core-master/uclibc/lib/contrib/uclibc/libc/stdlib/
A Dstdlib.c822 return __UCLIBC_CURLOCALE->mb_cur_max; in libc_hidden_def()

Completed in 45 milliseconds