Searched refs:wcsspn (Results 1 – 5 of 5) sorted by relevance
3 size_t wcsspn(const wchar_t* s, const wchar_t* c) { in wcsspn() function
6 s += wcsspn(s, sep); in wcstok()
51 $(GET_LOCAL_DIR)/wcsspn.c \
63 size_t wcsspn(const wchar_t*, const wchar_t*);
247 litpct = wcsspn(s, L"%") / 2; /* Optimize %%%% runs */ in wprintf_core()
Completed in 6 milliseconds