Lines Matching refs:wmemchr
398 extern wchar_t *wmemchr (const wchar_t *__s, wchar_t __c, size_t __n)14077 using ::wmemchr;14097 wmemchr(wchar_t* __p, wchar_t __c, size_t __n)14098 { return wmemchr(const_cast<const wchar_t*>(__p), __c, __n); }16508 return wmemchr(__s, __a, __n);