Home
last modified time | relevance | path

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

/lvgl-3.7.0/src/extra/others/ime/
Dlv_ime_pinyin.h36 const char * const py_mb; member
Dlv_ime_pinyin.c878 if((NULL == (dict[i].py)) || (NULL == (dict[i].py_mb))) { in init_pinyin_dict()
929 * cand_num = strlen((const char *)(cpHZ->py_mb)) / 3; in pinyin_search_matching()
930 return (char *)(cpHZ->py_mb); in pinyin_search_matching()