Home
last modified time | relevance | path

Searched refs:KICONV_FROM_UPPER (Results 1 – 3 of 3) sorted by relevance

/f-stack/freebsd/libkern/
H A Diconv_xlat16.c154 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()
H A Diconv_ucs.c206 } 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()
/f-stack/freebsd/sys/
H A Diconv.h49 #define KICONV_FROM_UPPER 8 /* toupper source character, then convert */ macro