Searched defs:conv_uni_to_pc (Results 1 – 2 of 2) sorted by relevance
28 #define conv_uni_to_pc(conp, ucs) ((int) (ucs > 0xff ? -1: ucs)) macro
697 conv_uni_to_pc(struct vc_data *conp, long ucs) in conv_uni_to_pc() function