Searched refs:isSwitchInput (Results 1 – 2 of 2) sorted by relevance
259 napi_status status = napi_get_boolean(env, ctxt->isSwitchInput, result); in SwitchInputMethod()268 ctxt->isSwitchInput = true; in SwitchInputMethod()346 napi_status status = napi_get_boolean(env, ctxt->isSwitchInput, result); in SwitchCurrentInputMethodSubtype()357 ctxt->isSwitchInput = true; in SwitchCurrentInputMethodSubtype()385 napi_status status = napi_get_boolean(env, ctxt->isSwitchInput, result); in SwitchCurrentInputMethodAndSubtype()396 ctxt->isSwitchInput = true; in SwitchCurrentInputMethodAndSubtype()
28 bool isSwitchInput = false; member