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