Searched refs:KICONV_FROM_UPPER (Results 1 – 3 of 3) sorted by relevance
154 else if (casetype == KICONV_FROM_UPPER && dp->f_ctp) in iconv_xlat16_conv()174 if (casetype & (KICONV_FROM_LOWER|KICONV_FROM_UPPER)) in iconv_xlat16_conv()182 } else if (casetype == KICONV_FROM_UPPER) { in iconv_xlat16_conv()
206 } else if (casetype == KICONV_FROM_UPPER && dp->ctype) { in iconv_ucs_conv()240 &ucslen, casetype & (KICONV_FROM_LOWER | KICONV_FROM_UPPER)); in iconv_ucs_conv()
49 #define KICONV_FROM_UPPER 8 /* toupper source character, then convert */ macro