Home
last modified time | relevance | path

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

/lvgl-latest/src/others/ime/
Dlv_ime_pinyin.c863 uint16_t offset_count = 0; in init_pinyin_dict() local
872 pinyin_ime->py_num[letter_calc] = offset_count; in init_pinyin_dict()
877 offset_count++; in init_pinyin_dict()
881 pinyin_ime->py_num[letter_calc] = offset_count; in init_pinyin_dict()
883 offset_sum += offset_count; in init_pinyin_dict()
886 offset_count = 1; in init_pinyin_dict()