Lines Matching full:wcscoll
6269 /* If we can't look up collation data, we use wcscoll
6281 /* If wcscoll(the collating symbol, whole string) > 0,
6287 if (wcscoll (workp, d) > 0)
6316 match = wcscoll (workp, str_buf);
6422 /* If we can't look up collation data, we use wcscoll
6434 /* If wcscoll(the collating symbol, whole string) > 0,
6440 if (wcscoll (workp, d) > 0)
6469 match = wcscoll (workp, str_buf);
6556 if (wcscoll (range_start_char, str_buf+2) <= 0
6557 && wcscoll (str_buf+2, range_end_char) <= 0)