Home
last modified time | relevance | path

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

/haiku/src/system/libroot/posix/glibc/locale/
H A Dweight.h27 const unsigned char *usrc; in int32_t() local
36 usrc = *cpp; in int32_t()
60 if (cp[cnt] != usrc[cnt]) in int32_t()
83 if (cp[cnt] != usrc[cnt]) in int32_t()
88 if (cp[cnt] > usrc[cnt]) in int32_t()
100 if (cp[nhere + cnt] != usrc[cnt]) in int32_t()
103 if (cnt != nhere && cp[nhere + cnt] < usrc[cnt]) in int32_t()
115 for (cnt = 0; cp[cnt] == usrc[cnt]; ++cnt); in int32_t()
120 offset += usrc[cnt] - cp[cnt]; in int32_t()
H A Dweightwc.h42 const wint_t *usrc = *cpp; in int32_t() local
62 if (cp[cnt] != usrc[cnt]) in int32_t()
83 if (cp[cnt] != usrc[cnt]) in int32_t()
92 if (cp[nhere - 1] > usrc[nhere -1]) in int32_t()
98 if (cp[2 * nhere - 1] < usrc[nhere -1]) in int32_t()
106 offset = usrc[nhere - 1] - cp[nhere - 1]; in int32_t()