Searched refs:maMethod (Results 1 – 2 of 2) sorted by relevance
268 if (maMethod) in PosixLocale()269 return IsPosixLocale (XLocaleOfIM (maMethod)); in PosixLocale()294 if ( maMethod != NULL ) in ~SalI18N_InputMethod()295 XCloseIM ( maMethod ); in ~SalI18N_InputMethod()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()436 if ( maMethod != (XIM)NULL ) in CreateMethod()460 if (mbUseable && maMethod != NULL) in CreateMethod()[all …]
38 XIM maMethod; member in SalI18N_InputMethod47 XIM GetMethod() { return maMethod; } in GetMethod()
Completed in 24 milliseconds