Home
last modified time | relevance | path

Searched refs:_wc_indelim (Results 1 – 1 of 1) sorted by relevance

/ndk/sources/cxx-stl/llvm-libc++/src/support/android/
Dwchar_support.c16 static int _wc_indelim(wchar_t wc, const wchar_t* delim) { in _wc_indelim() function
206 if (_wc_indelim(wc, set)) in wcspbrk()
232 if (!_wc_indelim(wc, set)) in wcsspn()
274 if (wc && _wc_indelim(wc, delim)) { in wcstok()
292 if (wc && !_wc_indelim(wc, delim)) { in wcstok()