Home | History | Annotate | Download | only in Include

Lines Matching refs:wmemcmp

104       int       wmemcmp   (const wchar_t *s1,  const wchar_t *s2,  size_t n);

1229 /** The wmemcmp function compares the first n wide characters of the object
1233 @return The wmemcmp function returns an integer greater than, equal to,
1237 int wmemcmp(const wchar_t *s1, const wchar_t *s2, size_t n);