KICONV_FROM_UPPER
KICONV_FROM_LOWER | KICONV_FROM_UPPER);
if (lcase & KICONV_FROM_UPPER && c != toupper(c)) {
} else if (casetype == KICONV_FROM_UPPER && dp->ctype) {
&ucslen, casetype & (KICONV_FROM_LOWER | KICONV_FROM_UPPER));
else if (casetype == KICONV_FROM_UPPER && dp->f_ctp)
if (casetype & (KICONV_FROM_LOWER|KICONV_FROM_UPPER))
} else if (casetype == KICONV_FROM_UPPER) {
KICONV_FROM_UPPER);