Lines Matching refs:maMethod
268 if (maMethod) in PosixLocale()
269 return IsPosixLocale (XLocaleOfIM (maMethod)); in PosixLocale()
281 maMethod( (XIM)NULL ), in SalI18N_InputMethod()
294 if ( maMethod != NULL ) in ~SalI18N_InputMethod()
295 XCloseIM ( maMethod ); in ~SalI18N_InputMethod()
383 maMethod = XvaOpenIM(pDisplay, NULL, NULL, NULL, in CreateMethod()
387 if ( maMethod == (XIM)NULL ) in CreateMethod()
390 if ( XGetIMValues(maMethod, in CreateMethod()
396 if( XGetIMValues( maMethod, in CreateMethod()
423 maMethod = XOpenIM(pDisplay, NULL, NULL, NULL); in CreateMethod()
427 if ((maMethod == (XIM)NULL) && (getenv("XMODIFIERS") != NULL)) in CreateMethod()
432 maMethod = XOpenIM(pDisplay, NULL, NULL, NULL); in CreateMethod()
436 if ( maMethod != (XIM)NULL ) in CreateMethod()
438 if ( XGetIMValues(maMethod, XNQueryInputStyle, &mpStyles, NULL) in CreateMethod()
460 if (mbUseable && maMethod != NULL) in CreateMethod()
461 XSetIMValues(maMethod, XNDestroyCallback, &maDestroyCallback, NULL); in CreateMethod()
509 maMethod = NULL; in HandleDestroyIM()