Home
last modified time | relevance | path

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

/f-stack/freebsd/libkern/
H A Diconv_xlat16.c234 if (casetype == KICONV_LOWER && dp->t_ctp) { in iconv_xlat16_conv()
250 if (casetype == KICONV_LOWER) { in iconv_xlat16_conv()
H A Diconv_ucs.c304 if (casetype == KICONV_LOWER && dp->ctype) { in iconv_ucs_conv()
323 &or, casetype & (KICONV_LOWER | KICONV_UPPER)); in iconv_ucs_conv()
/f-stack/freebsd/sys/
H A Diconv.h46 #define KICONV_LOWER 1 /* tolower converted character */ macro