Home
last modified time | relevance | path

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

/lvgl-3.7.0/src/extra/others/ime/
Dlv_ime_pinyin.c872 uint16_t offset_count = 0; in init_pinyin_dict() local
881 pinyin_ime->py_num[letter_calc] = offset_count; in init_pinyin_dict()
886 offset_count++; in init_pinyin_dict()
891 pinyin_ime->py_num[letter_calc - 1] = offset_count; in init_pinyin_dict()
892 offset_sum += offset_count; in init_pinyin_dict()
895 offset_count = 1; in init_pinyin_dict()