Lines Matching refs:methods
189 if (im && im->methods)
190 ret = (*im->methods->set_values) (im, args);
217 if (im && im->methods)
218 ret = (*im->methods->get_values) (im, args);
250 if (im && im->methods)
251 ic = (XIC) (*im->methods->create_ic) (im, args);
269 (*ic->methods->destroy) (ic);
306 ret = (*ic->methods->get_values) (ic, args);
336 ret = (*ic->methods->set_values) (ic, args);
349 (*ic->methods->set_focus) (ic);
360 (*ic->methods->unset_focus) (ic);
376 return (*ic->methods->mb_reset)(ic);
384 return (*ic->methods->wc_reset)(ic);
392 if (ic->methods->utf8_reset)
393 return (*ic->methods->utf8_reset)(ic);
394 else if (ic->methods->mb_reset)
395 return (*ic->methods->mb_reset)(ic);
405 return (*ic->methods->mb_lookup_string) (ic, ev, buffer, nbytes,
415 return (*ic->methods->wc_lookup_string) (ic, ev, buffer, nchars,
425 if (ic->methods->utf8_lookup_string)
426 return (*ic->methods->utf8_lookup_string) (ic, ev, buffer, nbytes,
428 else if (ic->methods->mb_lookup_string)
429 return (*ic->methods->mb_lookup_string) (ic, ev, buffer, nbytes,