Home | History | Annotate | Download | only in xlibi18n

Lines Matching defs:from_lcd

39     XLCd from_lcd;
60 XLCd from_lcd,
71 if (list->from_lcd == from_lcd && list->to_lcd == to_lcd
80 conv = (*list->converter)(from_lcd, list->from, to_lcd, list->to);
94 XLCd from_lcd,
109 if (list->from_lcd == from_lcd && list->to_lcd == to_lcd
121 list->from_lcd = from_lcd;
245 XLCd from_lcd,
280 from_conv = get_converter(from_lcd, from_type, from_lcd, QCTCharSet);
282 from_conv = get_converter(from_lcd, from_type, from_lcd, QCharSet);
286 from_conv = get_converter(from_lcd, from_type, from_lcd, QChar);
310 XLCd from_lcd,
321 if ((conv = get_converter(from_lcd, from_type, to_lcd, to_type)))
324 return open_indirect_converter(from_lcd, from, to_lcd, to);