Home
last modified time | relevance | path

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

/ndk/sources/android/support/src/
Dwchar_support.c7 static int _wc_indelim(wchar_t wc, const wchar_t* delim) { in _wc_indelim() function
197 if (_wc_indelim(wc, set)) in wcspbrk()
235 if (!_wc_indelim(wc, set)) in wcsspn()
277 if (wc && _wc_indelim(wc, delim)) { in wcstok()
295 if (wc && !_wc_indelim(wc, delim)) { in wcstok()