Home
last modified time | relevance | path

Searched defs:msg_id (Results 1 – 2 of 2) 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()
226 const char * lv_i18n_get_text(const char * msg_id) in lv_i18n_get_text()
258 const char * lv_i18n_get_text_plural(const char * msg_id, int32_t num) in lv_i18n_get_text_plural()
Dlv_i18n.h24 const char * msg_id; member