Home
last modified time | relevance | path

Searched refs:findidx (Results 1 – 20 of 20) sorted by relevance

/glibc-2.36/posix/
Dfnmatch.c123 # define FINDIDX findidx
145 # define findidx findidxwc macro
147 # undef findidx
Dregex_internal.h827 findidx (table, indirect, extra, &p, pstr->len - idx); in re_string_elem_size_at()
Dregcomp.c3522 idx1 = findidx (table, indirect, extra, &cp, -1); in build_equiv_class()
3533 idx2 = findidx (table, indirect, extra, &cp, 1); in build_equiv_class()
Dregexec.c3820 int32_t idx = findidx (table, indirect, extra, &cp, elem_len); in check_node_accept_bytes()
/glibc-2.36/string/
Dstrcoll_l.c112 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()
Dstrxfrm_l.c102 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/
Dweightwc.h25 findidx (const int32_t *table, in findidx() function
Dweight.h25 findidx (const int32_t *table, in findidx() function
/glibc-2.36/manual/
Dpattern.texi57 @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/
DChangeLog.222700 [_LIBC](findidx): New.
2702 [_LIBC](findidx): New.
2733 [_LIBC || ! __GNU_LIBRARY__][HANDLE_MULTIBYTE](findidx): Remove.
2735 [_LIBC || ! __GNU_LIBRARY__][HANDLE_MULTIBYTE](findidx): Remove.
DChangeLog.152386 * locale/weight.h (findidx): Remove static, it's not supported
2388 * locale/weightwc.h (findidx): Likewise.
DChangeLog.10718 * locale/weightwc.h (findidx): Correct find index value.
1516 * locale/weight.h (findidx): Little optimization. Correctly return
2608 of the index returned by findidx.
DChangeLog.12373 * locale/weightwc.h (findidx): Change type of i to int32_t.
9556 * locale/weight.h (findidx): Add const to cast to avoid warning.
DChangeLog.113372 * locale/weightwc.h (findidx): Assume new locale format.
3701 * locale/weightwc.h (findidx): When size == 0, call
DChangeLog.178906 findidx return value into account when accessing weights.
10368 * locale/weightwc.h (findidx): Cast &extra[-i] to const int32_t *.
DChangeLog.256305 (findidx): Modified function.
DChangeLog.147666 * locale/weight.h (findidx): Always inline.
7667 * locale/weightwc.h (findidx): Likewise.
DChangeLog.1846669 (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 …]
DChangeLog.1915181 * 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.
DChangeLog.1611482 * locale/weightwc.h (findidx): Add casts to avoid warnings.