Home
last modified time | relevance | path

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

/openbmc/u-boot/lib/
H A Dcharset.c125 s32 utf8_get(const char **src) in utf8_get() function
164 s32 code = utf8_get(&src); in utf8_utf16_strnlen()
186 s32 code = utf8_get(&src); in utf8_utf16_strncpy()
/openbmc/u-boot/include/
H A Dcharset.h32 s32 utf8_get(const char **src);
/openbmc/u-boot/test/
H A Dunicode_ut.c128 code = utf8_get((const char **)&s); in unicode_test_utf8_get()
139 code = utf8_get((const char **)&s); in unicode_test_utf8_get()
149 code = utf8_get((const char **)&s); in unicode_test_utf8_get()