Home
last modified time | relevance | path

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

/OK3568_Linux_fs/app/forlinx/flapp/src/keyboard/pinyin/include/
H A Dsplparser.h67 uint16 get_splid_by_str(const char *splstr, uint16 str_len, bool *is_pre);
/OK3568_Linux_fs/app/forlinx/DWKeyboard/include/pinyin/include/
H A Dsplparser.h67 uint16 get_splid_by_str(const char *splstr, uint16 str_len, bool *is_pre);
/OK3568_Linux_fs/app/forlinx/flapp/src/keyboard/pinyin/share/
H A Dsplparser.cpp288 uint16 SpellingParser::get_splid_by_str(const char *splstr, uint16 str_len, in get_splid_by_str() function in ime_pinyin::SpellingParser
331 splidx[0] = get_splid_by_str(splstr, str_len, &is_pre); in get_splids_parallel()
H A Dmatrixsearch.cpp1032 spl_idx = spl_parser_->get_splid_by_str(pys_ + oldrow, in add_char_qwerty()