Home
last modified time | relevance | path

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

/lvgl-latest/demos/ebike/translations/
Dlv_i18n.c207 static const char * __lv_i18n_get_text_core(lv_i18n_phrase_t * trans, const char * msg_id) in __lv_i18n_get_text_core() function
235 txt = __lv_i18n_get_text_core(lang->singulars, msg_id); in lv_i18n_get_text()
245 txt = __lv_i18n_get_text_core(lang->singulars, msg_id); in lv_i18n_get_text()
271 txt = __lv_i18n_get_text_core(lang->plurals[ptype], msg_id); in lv_i18n_get_text_plural()
285 txt = __lv_i18n_get_text_core(lang->plurals[ptype], msg_id); in lv_i18n_get_text_plural()