Home
last modified time | relevance | path

Searched refs:UniStrncmp_le (Results 1 – 3 of 3) sorted by relevance

/linux-6.15/fs/jfs/
H A Djfs_unicode.h52 static inline int UniStrncmp_le(const wchar_t * ucs1, const __le16 * ucs2, in UniStrncmp_le() function
H A Djfs_dtree.c3340 if ((rc = UniStrncmp_le(kname, name, len))) in dtCompare()
3354 if ((rc = UniStrncmp_le(kname, name, len))) in dtCompare()
/linux-6.15/fs/nls/
H A Dnls_ucs2_utils.h172 UniStrncmp_le(const wchar_t *ucs1, const wchar_t *ucs2, size_t n) in UniStrncmp_le() function