Home
last modified time | relevance | path

Searched refs:u16_strcmp (Results 1 – 2 of 2) sorted by relevance

/external/u-boot/include/
Dcharset.h184 #define u16_strcmp(s1, s2) u16_strncmp((s1), (s2), SIZE_MAX) macro
/external/u-boot/test/
Dunicode_ut.c576 ut_assert(u16_strcmp(L"abc", L"abc") == 0); in unicode_test_u16_strncmp()
577 ut_assert(u16_strcmp(L"abcdef", L"deghi") < 0); in unicode_test_u16_strncmp()
578 ut_assert(u16_strcmp(L"deghi", L"abcdef") > 0); in unicode_test_u16_strncmp()