Searched refs:KICONV_UPPER (Results 1 – 3 of 3) sorted by relevance
239 if (casetype == KICONV_UPPER && dp->t_ctp) { in iconv_xlat16_conv()256 if (casetype == KICONV_UPPER) { in iconv_xlat16_conv()
306 } else if (casetype == KICONV_UPPER && dp->ctype) { in iconv_ucs_conv()323 &or, casetype & (KICONV_LOWER | KICONV_UPPER)); in iconv_ucs_conv()
47 #define KICONV_UPPER 2 /* toupper converted character */ macro