Searched refs:isdigit_clocale (Results 1 - 1 of 1) sorted by relevance

/openbsd-current/usr.bin/sort/
H A Dvsort.c40 isdigit_clocale(wchar_t c) function
122 if (isdigit_clocale(c1) || !c1)
123 return (isdigit_clocale(c2) || !c2) ? 0 : -1;
125 if (isdigit_clocale(c2) || !c2)
147 !isdigit_clocale(bws_get_iter_value(si1))) ||
148 ((si2 < se2) && !isdigit_clocale(bws_get_iter_value(si2)))) {
170 while (isdigit_clocale(bws_get_iter_value(si1)) &&
171 isdigit_clocale(bws_get_iter_value(si2))) {
179 if (isdigit_clocale(bws_get_iter_value(si1)))
182 if (isdigit_clocale(bws_get_iter_valu
[all...]

Completed in 124 milliseconds