Home | History | Annotate | Download | only in lib

Lines Matching refs:wcs

818 /* Find the first occurrence of WC in WCS.  */
821 _GL_FUNCDECL_SYS (wcschr, wchar_t *, (const wchar_t *wcs, wchar_t wc)
834 _GL_CXXALIASWARN1 (wcschr, wchar_t *, (wchar_t *wcs, wchar_t wc));
835 _GL_CXXALIASWARN1 (wcschr, const wchar_t *, (const wchar_t *wcs, wchar_t wc));
848 /* Find the last occurrence of WC in WCS. */
851 _GL_FUNCDECL_SYS (wcsrchr, wchar_t *, (const wchar_t *wcs, wchar_t wc)
864 _GL_CXXALIASWARN1 (wcsrchr, wchar_t *, (wchar_t *wcs, wchar_t wc));
865 _GL_CXXALIASWARN1 (wcsrchr, const wchar_t *, (const wchar_t *wcs, wchar_t wc));
878 /* Return the length of the initial segmet of WCS which consists entirely
882 _GL_FUNCDECL_SYS (wcscspn, size_t, (const wchar_t *wcs, const wchar_t *reject)
885 _GL_CXXALIAS_SYS (wcscspn, size_t, (const wchar_t *wcs, const wchar_t *reject));
896 /* Return the length of the initial segmet of WCS which consists entirely
900 _GL_FUNCDECL_SYS (wcsspn, size_t, (const wchar_t *wcs, const wchar_t *accept)
903 _GL_CXXALIAS_SYS (wcsspn, size_t, (const wchar_t *wcs, const wchar_t *accept));
914 /* Find the first occurrence in WCS of any character in ACCEPT. */
918 (const wchar_t *wcs, const wchar_t *accept)
932 (wchar_t *wcs, const wchar_t *accept));
934 (const wchar_t *wcs, const wchar_t *accept));
980 /* Divide WCS into tokens separated by characters in DELIM. */
984 (wchar_t *wcs, const wchar_t *delim, wchar_t **ptr));
987 (wchar_t *wcs, const wchar_t *delim, wchar_t **ptr));