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

/freebsd-11-stable/lib/libkiconv/
H A Dxlat16_iconv.c137 KICONV_LOWER | KICONV_UPPER);
257 if (lcase & KICONV_UPPER && ud != toupper(ud)) {
/freebsd-11-stable/sys/libkern/
H A Diconv_xlat16.c238 if (casetype == KICONV_UPPER && dp->t_ctp) {
255 if (casetype == KICONV_UPPER) {
H A Diconv_ucs.c305 } else if (casetype == KICONV_UPPER && dp->ctype) {
322 &or, casetype & (KICONV_LOWER | KICONV_UPPER));
/freebsd-11-stable/sys/sys/
H A Diconv.h45 #define KICONV_UPPER 2 /* toupper converted character */ macro

Completed in 125 milliseconds