Home
last modified time | relevance | path

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

/lvgl-latest/src/others/ime/
Dlv_ime_pinyin.h38 const char * const py_mb; member
Dlv_ime_pinyin.c869 if((NULL == (dict[i].py)) || (NULL == (dict[i].py_mb))) { in init_pinyin_dict()
921 * cand_num = lv_strlen((const char *)(cpHZ->py_mb)) / 3; in pinyin_search_matching()
922 return (char *)(cpHZ->py_mb); in pinyin_search_matching()