Searched refs:KICONV_FROM_LOWER (Results 1 – 3 of 3) sorted by relevance
118 if (casetype == KICONV_FROM_LOWER || casetype == KICONV_FROM_UPPER) { in iconv_convchr_case()121 int (*tocase)(int ch) = (casetype == KICONV_FROM_LOWER) ? tolower : toupper; in iconv_convchr_case()
55 #define KICONV_FROM_LOWER 4 /* tolower source character, then convert */ macro
1015 KICONV_FROM_LOWER); in unix2winchr()