Searched refs:lv_text_unicode_to_encoded (Results 1 – 5 of 5) sorted by relevance
210 extern uint32_t (*const lv_text_unicode_to_encoded)(uint32_t letter_uni);
59 uint32_t (*const lv_text_unicode_to_encoded)(uint32_t) = lv_text_unicode_to_utf8; variable68 …uint32_t (*const lv_text_unicode_to_encoded)(uint32_t) = lv_text_unicode_to_iso8859… variable
658 lv_text_unicode_to_encoded(code_point); in lv_windows_keypad_device_window_message_handler()
152 letter_buf[0] = lv_text_unicode_to_encoded(unicode_letter); in lv_draw_character()
283 lv_textarea_add_char(obj, lv_text_unicode_to_encoded(c)); in lv_textarea_add_text()396 lv_textarea_add_char(obj, lv_text_unicode_to_encoded(c)); in lv_textarea_set_text()