Searched refs:utf8_t (Results 1 – 3 of 3) sorted by relevance
| /lvgl-latest/tests/src/test_libs/rnd_unicodes/rnd_unicodes/src/ |
| D | library.h | 32 typedef uint8_t utf8_t; typedef 45 int random_utf8_chars(utf8_t * buf, int buf_len, const unicode_t * ranges, uint32_t range_num, int …
|
| D | library.c | 81 static int unicode_to_uft8(utf8_t * buf, uint32_t buf_len, unicode_t unicode) in unicode_to_uft8() 130 static int random_one_utf8_char(utf8_t * buf, int buf_len, unicode_t char_range_min, unicode_t char… in random_one_utf8_char() 141 int random_utf8_chars(utf8_t * buf, int buf_len, const unicode_t * ranges, uint32_t range_num, int … in random_utf8_chars()
|
| /lvgl-latest/tests/src/test_libs/rnd_unicodes/rnd_unicodes/ |
| D | README.md | 17 utf8_t chars[BUF_LEN];
|