Home | History | Annotate | Download | only in tzcode

Lines Matching full:tolower

2649 	return (isascii(a) && isupper(a)) ? tolower(a) : a;