Home
last modified time | relevance | path

Searched refs:KICONV_UPPER (Results 1 – 4 of 4) sorted by relevance

/freebsd/lib/libkiconv/
H A Dxlat16_iconv.c137 KICONV_LOWER | KICONV_UPPER); in kiconv_add_xlat16_cspairs()
257 if (lcase & KICONV_UPPER && ud != toupper(ud)) { in kiconv_xlat16_open()
/freebsd/sys/libkern/
H A Diconv_xlat16.c236 if (casetype == KICONV_UPPER && dp->t_ctp) { in iconv_xlat16_conv()
253 if (casetype == KICONV_UPPER) { in iconv_xlat16_conv()
H A Diconv_ucs.c303 } else if (casetype == KICONV_UPPER && dp->ctype) { in iconv_ucs_conv()
320 &or, casetype & (KICONV_LOWER | KICONV_UPPER)); in iconv_ucs_conv()
/freebsd/sys/sys/
H A Diconv.h45 #define KICONV_UPPER 2 /* toupper converted character */ macro