Home
last modified time | relevance | path

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

/lvgl-3.7.0/src/extra/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 strcpy(ll_index->py_str, py_comp); in pinyin_k9_get_legal_py()
1022 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()
1090 ime_pinyin_k9_py_str_t * ll_index = NULL; in pinyin_k9_fill_cand() local
1103 ll_index = _lv_ll_get_head(&pinyin_ime->k9_legal_py_ll); in pinyin_k9_fill_cand()
1104 strcpy(pinyin_ime->input_char, ll_index->py_str); in pinyin_k9_fill_cand()
1105 while(ll_index) { in pinyin_k9_fill_cand()
[all …]