HomeSort by relevance Sort by last modified time
    Searched defs:_wc_indelim (Results 1 - 2 of 2) sorted by null

  /prebuilts/ndk/r11/sources/android/support/src/
wchar_support.c 7 static int _wc_indelim(wchar_t wc, const wchar_t* delim) { function
197 if (_wc_indelim(wc, set))
235 if (!_wc_indelim(wc, set))
277 if (wc && _wc_indelim(wc, delim)) {
295 if (wc && !_wc_indelim(wc, delim)) {
  /prebuilts/ndk/r13/sources/android/support/src/
wchar_support.c 7 static int _wc_indelim(wchar_t wc, const wchar_t* delim) { function
197 if (_wc_indelim(wc, set))
235 if (!_wc_indelim(wc, set))
277 if (wc && _wc_indelim(wc, delim)) {
295 if (wc && !_wc_indelim(wc, delim)) {

Completed in 146 milliseconds