Home
last modified time | relevance | path

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

/freebsd-11-stable/sys/libkern/
HDiconv_xlat16.c258 else if (code & XLAT16_HAS_UPPER_CASE) in iconv_xlat16_conv()
340 if (dp->d_table[c1] && dp->d_table[c1][c2] & XLAT16_HAS_UPPER_CASE) { in iconv_xlat16_toupper()
/freebsd-11-stable/lib/libkiconv/
HDxlat16_iconv.c208 table[us] = c | XLAT16_HAS_UPPER_CASE; in kiconv_xlat16_open()
259 table[us] |= XLAT16_HAS_UPPER_CASE; in kiconv_xlat16_open()
/freebsd-11-stable/sys/sys/
HDiconv.h39 #define XLAT16_HAS_UPPER_CASE 0x08000000 macro