Home
last modified time | relevance | path

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

1234

/glibc-2.36/locale/programs/
Dcharmap.c336 if (result->mb_cur_max == 0) in parse_charmap()
337 result->mb_cur_max = 1; in parse_charmap()
339 result->mb_cur_min = result->mb_cur_max; in parse_charmap()
340 if (result->mb_cur_min > result->mb_cur_max) in parse_charmap()
346 result->mb_cur_min = result->mb_cur_max; in parse_charmap()
404 && result->mb_cur_max != 0) in parse_charmap()
406 && result->mb_cur_max != 0)) in parse_charmap()
423 || (nowtok == tok_mb_cur_min && result->mb_cur_max != 0 in parse_charmap()
424 && (int) arg->val.num > result->mb_cur_max)) in parse_charmap()
435 result->mb_cur_max = arg->val.num; in parse_charmap()
[all …]
Dcharmap.h41 int mb_cur_max; member
Dcharmap-kw.gperf26 mb_cur_max, tok_mb_cur_max, 1 keyword
Dld-ctype.c232 uint32_t mb_cur_max; member
306 ctype->charnames_max = charmap->mb_cur_max == 1 ? 256 : 512; in ctype_startup()
331 ctype->class_collection_max = charmap->mb_cur_max == 1 ? 256 : 512; in ctype_startup()
654 unsigned char bytes[charmap->mb_cur_max]; in ctype_finish()
1010 CTYPE_UINT32 (_NL_CTYPE_MB_CUR_MAX, ctype->mb_cur_max); in ctype_output()
1175 ctype->map_collection_max[cnt] = charmap->mb_cur_max == 1 ? 256 : 512; in ctype_map_new()
3764 unsigned char bytes[charmap->mb_cur_max]; in allocate_arrays()
3837 ctype->mb_cur_max = charmap->mb_cur_max; in allocate_arrays()
/glibc-2.36/posix/
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()
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()
[all …]
Dregcomp.c300 bool icase = (dfa->mb_cur_max == 1 && (bufp->syntax & RE_ICASE)); in re_compile_fastmap_iter()
310 if ((bufp->syntax & RE_ICASE) && dfa->mb_cur_max > 1) in re_compile_fastmap_iter()
372 if (dfa->mb_cur_max > 1 in re_compile_fastmap_iter()
400 if ((bufp->syntax & RE_ICASE) && 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()
1818 if (input->mb_cur_max > 1) in peek_token()
[all …]
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()
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()
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()
/glibc-2.36/localedata/tests/
Dtest1.cm4 <mb_cur_max> 2
Dtest2.cm4 <mb_cur_max> 2
Dtest3.cm4 <mb_cur_max> 2
Dtest5.cm4 <mb_cur_max> 2
Dtest4.cm3 <mb_cur_max> 2
Dtest7.cm3 <mb_cur_max> 3
/glibc-2.36/locale/
DMakefile28 localeconv nl_langinfo nl_langinfo_l mb_cur_max \
/glibc-2.36/localedata/charmaps/
DISO_8859-1,GL12 <mb_cur_max> 1
DTSCII5 <mb_cur_max> 1
DTCVN5712-15 <mb_cur_max> 2
/glibc-2.36/ChangeLog.old/
DChangeLog.143803 if mb_cur_max == 6.
3879 is at least dfa->mb_cur_max.
4025 for mb_cur_max == 1 !icase !trans.
4283 (re_compile_fastmap_iter): Use dfa->mb_cur_max > 1 instead
4314 and mb_cur_max fields.
4317 (re_string_allocate, re_string_construct): Add mb_cur_max and
4319 (re_string_char_size_at, re_string_wchar_at): Use pstr->mb_cur_max
4321 * posix/regcomp.c (re_compile_fastmap_iter): Use dfa->mb_cur_max
4324 (init_dfa): Initialize mb_cur_max and is_utf8 fields.
4325 (peek_token, peek_token_bracket): Use input->mb_cur_max instead
[all …]
/glibc-2.36/po/
Del.po503 msgid "%s: <mb_cur_max> must be greater than <mb_cur_min>\n"
504 msgstr "%s: <mb_cur_max> πρέπει να είναι μεγαλύτερο του <mb_cur_min>\n"
Dbe.po1553 msgid "%s: <mb_cur_max> must be greater than <mb_cur_min>\n"
1554 msgstr "%s: <mb_cur_max> павінна быць большым за <mb_cur_min>\n"
Dsl.po1581 msgid "%s: <mb_cur_max> must be greater than <mb_cur_min>\n"
1582 msgstr "%s: <mb_cur_max> mora biti večje od <mb_cur_min>\n"
Dia.po1539 msgid "%s: <mb_cur_max> must be greater than <mb_cur_min>\n"
1540 msgstr "%s: <mb_cur_max> debe esser grande que <mb_cur_min>\n"
Dnb.po498 msgid "%s: <mb_cur_max> must be greater than <mb_cur_min>\n"
499 msgstr "%s: <mb_cur_max> må være større enn <mb_cur_min>\n"

1234