Home
last modified time | relevance | path

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

/external/u-boot/lib/
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()
/external/u-boot/include/
Dcharset.h32 s32 utf8_get(const char **src);
/external/u-boot/test/
Dunicode_ut.c138 code = utf8_get((const char **)&s); in unicode_test_utf8_get()
149 code = utf8_get((const char **)&s); in unicode_test_utf8_get()
159 code = utf8_get((const char **)&s); in unicode_test_utf8_get()
/external/u-boot/lib/efi_loader/
Defi_device_path.c858 s32 code = utf8_get(&src); in path_to_uefi()