Home
last modified time | relevance | path

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

/lvgl-latest/src/others/ime/
Dlv_ime_pinyin.c1009 ime_pinyin_k9_py_str_t * ll_index = NULL; in pinyin_k9_get_legal_py() local
1012 ll_index = lv_ll_get_head(&pinyin_ime->k9_legal_py_ll); in pinyin_k9_get_legal_py()
1018 ll_index = lv_ll_ins_tail(&pinyin_ime->k9_legal_py_ll); in pinyin_k9_get_legal_py()
1019 lv_strcpy(ll_index->py_str, py_comp); in pinyin_k9_get_legal_py()
1022 lv_strcpy(ll_index->py_str, py_comp); in pinyin_k9_get_legal_py()
1023 ll_index = lv_ll_get_next(&pinyin_ime->k9_legal_py_ll, ll_index); in pinyin_k9_get_legal_py()
1088 ime_pinyin_k9_py_str_t * ll_index = NULL; in pinyin_k9_fill_cand() local
1101 ll_index = lv_ll_get_head(&pinyin_ime->k9_legal_py_ll); in pinyin_k9_fill_cand()
1102 lv_strcpy(pinyin_ime->input_char, ll_index->py_str); in pinyin_k9_fill_cand()
1108 while(ll_index) { in pinyin_k9_fill_cand()
[all …]