Home
last modified time | relevance | path

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

/external/u-boot/lib/
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()
Dvsprintf.c291 s32 s = utf16_get(&str); in string16()
/external/u-boot/lib/efi_loader/
Defi_unicode_collation.c79 return utf_to_lower(utf16_get(string)); in next_lower()
295 c = utf16_get(&string); in efi_str_to_fat()
/external/u-boot/include/
Dcharset.h92 s32 utf16_get(const u16 **src);
/external/u-boot/test/
Dunicode_ut.c356 code = utf16_get((const u16 **)&s); in unicode_test_utf16_get()
365 code = utf16_get((const u16 **)&s); in unicode_test_utf16_get()