Lines Matching refs:to_uchar

1318             if (! isblank (to_uchar (s[j])))  in inittables()
1319 name[k++] = fold_toupper[to_uchar (s[j])]; in inittables()
1634 while (ptr < lim && blanks[to_uchar (*ptr)]) in begfield()
1636 while (ptr < lim && !blanks[to_uchar (*ptr)]) in begfield()
1643 while (ptr < lim && blanks[to_uchar (*ptr)]) in begfield()
1683 while (ptr < lim && blanks[to_uchar (*ptr)]) in limfield()
1685 while (ptr < lim && !blanks[to_uchar (*ptr)]) in limfield()
1732 while (newlim < lim && blanks[to_uchar (*newlim)]) in limfield()
1734 while (newlim < lim && !blanks[to_uchar (*newlim)]) in limfield()
1745 while (ptr < lim && blanks[to_uchar (*ptr)]) in limfield()
1841 while (blanks[to_uchar (*line_start)]) in fillbuf()
1982 while (blanks[to_uchar (*a)]) in human_numcompare()
1984 while (blanks[to_uchar (*b)]) in human_numcompare()
1999 while (blanks[to_uchar (*a)]) in numcompare()
2001 while (blanks[to_uchar (*b)]) in numcompare()
2053 while (blanks[to_uchar (*month)]) in getmonth()
2070 if (to_uchar (fold_toupper[to_uchar (*m)]) < to_uchar (*n)) in getmonth()
2075 else if (to_uchar (fold_toupper[to_uchar (*m)]) > to_uchar (*n)) in getmonth()
2324 while (blanks[to_uchar (*beg)]) in debug_key()
2527 ? thousands_sep != NON_CHAR && (isblank (to_uchar (thousands_sep))) in key_warnings()
2540 ? thousands_sep != NON_CHAR && (isblank (to_uchar (decimal_point))) in key_warnings()
2677 if (! (ignore && ignore[to_uchar (texta[i])])) in keycompare()
2679 ? translate[to_uchar (texta[i])] in keycompare()
2683 if (! (ignore && ignore[to_uchar (textb[i])])) in keycompare()
2685 ? translate[to_uchar (textb[i])] in keycompare()
2728 while (texta < lima && ignore[to_uchar (*texta)]) \ in keycompare()
2730 while (textb < limb && ignore[to_uchar (*textb)]) \ in keycompare()
2737 diff = to_uchar (A) - to_uchar (B); \ in keycompare()
2748 CMP_WITH_IGNORE (translate[to_uchar (*texta)], in keycompare()
2749 translate[to_uchar (*textb)]); in keycompare()
2763 diff = (to_uchar (translate[to_uchar (texta[i])]) in keycompare()
2764 - to_uchar (translate[to_uchar (textb[i])])); in keycompare()
2798 while (texta < lima && blanks[to_uchar (*texta)]) in keycompare()
2800 while (textb < limb && blanks[to_uchar (*textb)]) in keycompare()