Home
last modified time | relevance | path

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

/f-stack/freebsd/libkern/
H A Diconv_xlat16.c151 if (casetype == KICONV_FROM_LOWER && dp->f_ctp) in iconv_xlat16_conv()
174 if (casetype & (KICONV_FROM_LOWER|KICONV_FROM_UPPER)) in iconv_xlat16_conv()
177 if (casetype == KICONV_FROM_LOWER) { in iconv_xlat16_conv()
H A Diconv_ucs.c204 if (casetype == KICONV_FROM_LOWER && 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.h48 #define KICONV_FROM_LOWER 4 /* tolower source character, then convert */ macro