HomeSort by relevance Sort by last modified time
    Searched refs:_pv (Results 1 - 4 of 4) sorted by null

  /nv-g11n/inputmethod/sunpinyin/ime/wrapper/macos/
SunPinyinInputController.mm 91 if (!_pv) return NO;
118 _pv->onKeyEvent (' ', ' ', 0);
139 handled = _pv->onKeyEvent (keyCode, keyChar, modifiers);
193 if (_pv) _pv->clearIC();
209 if (_pv) _pv->setStatusAttrValue(CIMIWinHandler::STATUS_ID_FULLPUNC,
216 if (_pv) _pv->setStatusAttrValue(CIMIWinHandler::STATUS_ID_FULLSIMBOL,
303 if (*opts == _pv->getPreference()
    [all...]
SunPinyinInputController.h 48 CIMIView *_pv; variable
  /nv-g11n/inputmethod/sunpinyin2/wrapper/macos/
SunPinyinInputController.mm 93 if (!_pv) return NO;
118 _pv->onKeyEvent (key_event);
142 handled = _pv->onKeyEvent (key_event);
195 if (_pv) _pv->clearIC();
211 if (_pv) _pv->setStatusAttrValue(CIMIWinHandler::STATUS_ID_FULLPUNC,
218 if (_pv) _pv->setStatusAttrValue(CIMIWinHandler::STATUS_ID_FULLSYMBOL,
316 _pv = factory.createSession ()
    [all...]
SunPinyinInputController.h 49 CIMIView *_pv; variable

Completed in 1260 milliseconds