Home | History | Annotate | Download | only in Include

Lines Matching refs:wcsrchr

110       wchar_t  *wcsrchr   (const wchar_t *S, wchar_t c);

1269 /** The wcsrchr function locates the last occurrence of C in the wide string
1273 @return The wcsrchr function returns a pointer to the wide character,
1276 wchar_t *wcsrchr(const wchar_t *S, wchar_t C);