Home
last modified time | relevance | path

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

/freebsd-12-stable/sys/libkern/
Diconv_xlat16.c260 else if (code & XLAT16_HAS_UPPER_CASE) in iconv_xlat16_conv()
342 if (dp->d_table[c1] && dp->d_table[c1][c2] & XLAT16_HAS_UPPER_CASE) { in iconv_xlat16_toupper()
/freebsd-12-stable/lib/libkiconv/
Dxlat16_iconv.c210 table[us] = c | XLAT16_HAS_UPPER_CASE; in kiconv_xlat16_open()
261 table[us] |= XLAT16_HAS_UPPER_CASE; in kiconv_xlat16_open()
/freebsd-12-stable/sys/sys/
Diconv.h41 #define XLAT16_HAS_UPPER_CASE 0x08000000 macro