Home | History | Annotate | Download | only in Include

Lines Matching refs:wmemchr

116       wchar_t  *wmemchr   (const wchar_t *S,  wchar_t c,  size_t n);

1333 /** The wmemchr function locates the first occurrence of C in the initial n
1336 @return The wmemchr function returns a pointer to the located wide
1340 wchar_t *wmemchr(const wchar_t *S, wchar_t C, size_t n);