Home
last modified time | relevance | path

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

/openbmc/linux/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.c3339 if ((rc = UniStrncmp_le(kname, name, len))) in dtCompare()
3353 if ((rc = UniStrncmp_le(kname, name, len))) in dtCompare()
/openbmc/linux/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