Home | History | Annotate | Download | only in Include

Lines Matching refs:wcscspn

108       size_t    wcscspn   (const wchar_t *s1, const wchar_t *s2);

1251 /** The wcscspn function computes the length of the maximum initial segment of
1255 @return The wcscspn function returns the length of the segment.
1257 size_t wcscspn(const wchar_t *s1, const wchar_t *s2);