Searched refs:KICONV_LOWER (Results 1 – 3 of 3) sorted by relevance
234 if (casetype == KICONV_LOWER && dp->t_ctp) { in iconv_xlat16_conv()250 if (casetype == KICONV_LOWER) { in iconv_xlat16_conv()
304 if (casetype == KICONV_LOWER && dp->ctype) { in iconv_ucs_conv()323 &or, casetype & (KICONV_LOWER | KICONV_UPPER)); in iconv_ucs_conv()
46 #define KICONV_LOWER 1 /* tolower converted character */ macro