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; local
36 usrc = *cpp;
60 if (cp[cnt] != usrc[cnt])
83 if (cp[cnt] != usrc[cnt])
88 if (cp[cnt] > usrc[cnt])
100 if (cp[nhere + cnt] != usrc[cnt])
103 if (cnt != nhere && cp[nhere + cnt] < usrc[cnt])
115 for (cnt = 0; cp[cnt] == usrc[cnt]; ++cnt);
120 offset += usrc[cnt] - cp[cnt];
H A Dweightwc.h42 const wint_t *usrc = *cpp; local
62 if (cp[cnt] != usrc[cnt])
83 if (cp[cnt] != usrc[cnt])
92 if (cp[nhere - 1] > usrc[nhere -1])
98 if (cp[2 * nhere - 1] < usrc[nhere -1])
106 offset = usrc[nhere - 1] - cp[nhere - 1];

Completed in 57 milliseconds