Searched refs:KICONV_FROM_LOWER (Results 1 – 3 of 3) sorted by relevance
151 if (casetype == KICONV_FROM_LOWER && dp->f_ctp) in iconv_xlat16_conv()174 if (casetype & (KICONV_FROM_LOWER|KICONV_FROM_UPPER)) in iconv_xlat16_conv()177 if (casetype == KICONV_FROM_LOWER) { in iconv_xlat16_conv()
204 if (casetype == KICONV_FROM_LOWER && dp->ctype) { in iconv_ucs_conv()240 &ucslen, casetype & (KICONV_FROM_LOWER | KICONV_FROM_UPPER)); in iconv_ucs_conv()
48 #define KICONV_FROM_LOWER 4 /* tolower source character, then convert */ macro