Home
last modified time | relevance | path

Searched refs:nhere (Results 1 – 2 of 2) sorted by relevance

/glibc-2.36/locale/
Dweight.h45 size_t nhere; in findidx() local
54 nhere = *cp++; in findidx()
72 for (cnt = 0; cnt < nhere && cnt < len; ++cnt) in findidx()
77 if (cnt == nhere) in findidx()
80 *cpp += nhere; in findidx()
85 cp += nhere; in findidx()
86 if (!LOCFILE_ALIGNED_P (1 + nhere)) in findidx()
87 cp += LOCFILE_ALIGN - (1 + nhere) % LOCFILE_ALIGN; in findidx()
96 for (cnt = 0; cnt < nhere && cnt < len; ++cnt) in findidx()
100 if (cnt != nhere) in findidx()
[all …]
Dweightwc.h51 size_t nhere; in findidx() local
60 nhere = *cp++; in findidx()
78 for (cnt = 0; cnt < nhere && cnt < len; ++cnt) in findidx()
83 if (cnt == nhere) in findidx()
86 *cpp += nhere; in findidx()
91 cp += nhere; in findidx()
106 for (cnt = 0; cnt < nhere - 1 && cnt < len; ++cnt) in findidx()
111 if (cnt < nhere - 1 || cnt == len) in findidx()
113 cp += 2 * nhere; in findidx()
123 if (cp[nhere - 1] > usrc[nhere - 1]) in findidx()
[all …]