Home | History | Annotate | Download | only in Include

Lines Matching refs:wcschr

107       wchar_t  *wcschr    (const wchar_t *S, wchar_t c);

1241 /** The wcschr function locates the first occurrence of C in the wide string
1245 @return The wcschr function returns a pointer to the located wide
1249 wchar_t *wcschr(const wchar_t *S, wchar_t C);