Home
last modified time | relevance | path

Searched refs:deleteSearch (Results 1 – 4 of 4) sorted by relevance

/OK3568_Linux_fs/app/forlinx/DWKeyboard/include/
H A Dpinyindecoderservice.h53 int deleteSearch(int pos, bool isPosInSpellingId, bool clearFixedInThisStep);
/OK3568_Linux_fs/app/forlinx/flapp/src/keyboard/keyboard/
H A Dpinyindecoderservice.h53 int deleteSearch(int pos, bool isPosInSpellingId, bool clearFixedInThisStep);
H A Dpinyindecoderservice.cpp137 int PinyinDecoderService::deleteSearch(int pos, bool isPosInSpellingId, bool clearFixedInThisStep) in deleteSearch() function in QtVirtualKeyboard::PinyinDecoderService
H A Dkeyboard.cpp346 pinyin->deleteSearch(0, true, true); in clearpinyin()