Searched refs:tocase (Results 1 – 1 of 1) sorted by relevance
121 int (*tocase)(int ch) = (casetype == KICONV_FROM_LOWER) ? tolower : toupper; in iconv_convchr_case() local128 finalInbuf[i] = tocase((*inbuf)[i]); in iconv_convchr_case()