Searched refs:u16_strncmp (Results 1 – 4 of 4) sorted by relevance
| /u-boot/include/ |
| A D | charset.h | 188 int u16_strncmp(const u16 *s1, const u16 *s2, size_t n); 201 #define u16_strcmp(s1, s2) u16_strncmp((s1), (s2), SIZE_MAX)
|
| /u-boot/test/ |
| A D | unicode_ut.c | 587 ut_assert(u16_strncmp(L"abc", L"abc", 3) == 0); in unicode_test_u16_strncmp() 588 ut_assert(u16_strncmp(L"abcdef", L"abcghi", 3) == 0); in unicode_test_u16_strncmp() 589 ut_assert(u16_strncmp(L"abcdef", L"abcghi", 6) < 0); in unicode_test_u16_strncmp() 590 ut_assert(u16_strncmp(L"abcghi", L"abcdef", 6) > 0); in unicode_test_u16_strncmp()
|
| /u-boot/lib/ |
| A D | charset.c | 365 int u16_strncmp(const u16 *s1, const u16 *s2, size_t n) in u16_strncmp() function
|
| /u-boot/lib/efi_loader/ |
| A D | efi_capsule.c | 55 u16_strncmp(value16, L"Capsule", 7)) in get_last_capsule()
|
Completed in 8 milliseconds