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