Home
last modified time | relevance | path

Searched refs:utf16_get (Results 1 – 5 of 5) sorted by relevance

/openbmc/u-boot/lib/
H A Dcharset.c196 s32 utf16_get(const u16 **src) in utf16_get() function
247 s32 code = utf16_get(&src); in utf16_strnlen()
265 s32 code = utf16_get(&src); in utf16_utf8_strnlen()
290 s32 code = utf16_get(&src); in utf16_utf8_strncpy()
H A Dvsprintf.c289 s32 s = utf16_get(&str); in string16()
/openbmc/u-boot/include/
H A Dcharset.h91 s32 utf16_get(const u16 **src);
/openbmc/u-boot/lib/efi_loader/
H A Defi_unicode_collation.c283 c = utf16_get(&string); in efi_str_to_fat()
/openbmc/u-boot/test/
H A Dunicode_ut.c346 code = utf16_get((const u16 **)&s); in unicode_test_utf16_get()
355 code = utf16_get((const u16 **)&s); in unicode_test_utf16_get()