Searched refs:unicode_t (Results 1 – 3 of 3) sorted by relevance
/lvgl-latest/tests/src/test_libs/rnd_unicodes/rnd_unicodes/src/ |
D | library.c | 45 const uint32_t ALPHANUM_AND_CJK_TABLE_LEN = sizeof(ALPHANUM_AND_CJK_TABLE) / sizeof(unicode_t) / 2; 50 const uint32_t ONLY_CJK_TABLE_LEN = sizeof(ALPHANUM_AND_CJK_TABLE) / sizeof(unicode_t) / 2; 57 const uint32_t ALPHANUM_TABLE_LEN = sizeof(ALPHANUM_TABLE) / sizeof(unicode_t) / 2; 59 static int unicode_to_utf8_bytes_len(unicode_t unicode) in unicode_to_utf8_bytes_len() 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()
|
D | library.h | 31 typedef uint32_t unicode_t; typedef 45 int random_utf8_chars(utf8_t * buf, int buf_len, const unicode_t * ranges, uint32_t range_num, int …
|
/lvgl-latest/tests/src/test_libs/rnd_unicodes/ |
D | lv_rnd_unicodes.c | 36 unicode_t) / 2;
|