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

/freebsd-10-stable/usr.bin/sort/
H A Dvsort.c41 isdigit_clocale(wchar_t c) function
127 if (isdigit_clocale(c1) || !c1)
128 return ((isdigit_clocale(c2) || !c2) ? 0 : -1);
130 if (isdigit_clocale(c2) || !c2)
152 !isdigit_clocale(bws_get_iter_value(si1))) ||
153 ((si2 < se2) && !isdigit_clocale(bws_get_iter_value(si2)))) {
175 while (isdigit_clocale(bws_get_iter_value(si1)) &&
176 isdigit_clocale(bws_get_iter_value(si2))) {
184 if (isdigit_clocale(bws_get_iter_value(si1)))
187 if (isdigit_clocale(bws_get_iter_valu
[all...]

Completed in 105 milliseconds