Lines Matching refs:unicode
13 * /dev/vcsuN: similar to /dev/vcsaN but using 4-byte unicode values
17 * /dev/vcsuaN: same idea as /dev/vcsaN for unicode (not yet implemented).
62 * 64 ... 127 unicode mode without attributes
64 * 192 ... 255 unused (reserved for unicode with attributes)
206 * @unicode: is it unicode?
210 static int vcs_size(const struct vc_data *vc, bool attr, bool unicode)
219 if (unicode)
223 } else if (unicode)
390 /* we enforce 32-bit alignment for pos and count in unicode mode */
742 /* we currently don't support attributes in unicode mode */