Searched refs:findidx (Results 1 – 20 of 20) sorted by relevance
/glibc-2.36/posix/ |
D | fnmatch.c | 123 # define FINDIDX findidx 145 # define findidx findidxwc macro 147 # undef findidx
|
D | regex_internal.h | 827 findidx (table, indirect, extra, &p, pstr->len - idx); in re_string_elem_size_at()
|
D | regcomp.c | 3522 idx1 = findidx (table, indirect, extra, &cp, -1); in build_equiv_class() 3533 idx2 = findidx (table, indirect, extra, &cp, 1); in build_equiv_class()
|
D | regexec.c | 3820 int32_t idx = findidx (table, indirect, extra, &cp, elem_len); in check_node_accept_bytes()
|
/glibc-2.36/string/ |
D | strcoll_l.c | 112 int32_t tmp = findidx (table, indirect, extra, &us, -1); in get_next_seq() 127 int32_t tmp = findidx (table, indirect, extra, &us, -1); in get_next_seq()
|
D | strxfrm_l.c | 102 int32_t tmp = findidx (l_data->table, l_data->indirect, l_data->extra, us, in find_idx() 723 int32_t tmp = findidx (l_data.table, l_data.indirect, l_data.extra, &cur, in STRXFRM()
|
/glibc-2.36/locale/ |
D | weightwc.h | 25 findidx (const int32_t *table, in findidx() function
|
D | weight.h | 25 findidx (const int32_t *table, in findidx() function
|
/glibc-2.36/manual/ |
D | pattern.texi | 57 @c auto findidx dup ok 938 @c auto findidx ok 1290 @c auto findidx dup ok 1297 @c auto findidx dup ok
|
/glibc-2.36/ChangeLog.old/ |
D | ChangeLog.22 | 2700 [_LIBC](findidx): New. 2702 [_LIBC](findidx): New. 2733 [_LIBC || ! __GNU_LIBRARY__][HANDLE_MULTIBYTE](findidx): Remove. 2735 [_LIBC || ! __GNU_LIBRARY__][HANDLE_MULTIBYTE](findidx): Remove.
|
D | ChangeLog.15 | 2386 * locale/weight.h (findidx): Remove static, it's not supported 2388 * locale/weightwc.h (findidx): Likewise.
|
D | ChangeLog.10 | 718 * locale/weightwc.h (findidx): Correct find index value. 1516 * locale/weight.h (findidx): Little optimization. Correctly return 2608 of the index returned by findidx.
|
D | ChangeLog.12 | 373 * locale/weightwc.h (findidx): Change type of i to int32_t. 9556 * locale/weight.h (findidx): Add const to cast to avoid warning.
|
D | ChangeLog.11 | 3372 * locale/weightwc.h (findidx): Assume new locale format. 3701 * locale/weightwc.h (findidx): When size == 0, call
|
D | ChangeLog.17 | 8906 findidx return value into account when accessing weights. 10368 * locale/weightwc.h (findidx): Cast &extra[-i] to const int32_t *.
|
D | ChangeLog.25 | 6305 (findidx): Modified function.
|
D | ChangeLog.14 | 7666 * locale/weight.h (findidx): Always inline. 7667 * locale/weightwc.h (findidx): Likewise.
|
D | ChangeLog.18 | 46669 (findidx): Make static rather than auto; take new parameters 46675 Call FINDIDX rather than findidx, and pass new arguments. 46679 [_LIBC] [HANDLE_MULTIBYTE]: #define findidx to findidxwc around 46684 Pass new arguments to findidx. 46687 Don't #include it inside the function. Pass new arguments to findidx. 46691 Pass new arguments to findidx. 46694 Pass new arguments to findidx. 46698 Pass new arguments to findidx. 63354 * locale/weight.h (findidx): Likewise. 90339 * locale/weight.h (findidx): Add parameter len. [all …]
|
D | ChangeLog.19 | 15181 * locale/weightwc.h (findidx): Handle the case where usrc is a 21335 * locale/weightwc.h (findidx): Ignore -Wmaybe-uninitialized for 22532 * locale/weight.h (findidx): Disable -Wmaybe-uninitialized for -Os 22534 * locale/weightwc.h (findidx): Likewise.
|
D | ChangeLog.16 | 11482 * locale/weightwc.h (findidx): Add casts to avoid warnings.
|