Searched refs:ucs (Results 1 – 1 of 1) sorted by relevance
27 int conv_uni_to_pc(struct vc_data *conp, long ucs);48 static inline int conv_uni_to_pc(struct vc_data *conp, long ucs) in conv_uni_to_pc() argument50 return ucs > 0xff ? -1 : ucs; in conv_uni_to_pc()
Completed in 3 milliseconds