Searched refs:iswcntrl_l (Results 1 – 12 of 12) sorted by relevance
/external/musl/src/ctype/ |
D | iswcntrl.c | 16 weak_alias(__iswcntrl_l, iswcntrl_l);
|
/external/musl/include/ |
D | wctype.h | 57 int iswcntrl_l(wint_t, locale_t);
|
/external/libcxx/include/support/xlocale/ |
D | __posix_l_fallback.h | 83 inline _LIBCPP_INLINE_VISIBILITY int iswcntrl_l(wint_t c, locale_t) { in iswcntrl_l() function
|
/external/cronet/buildtools/third_party/libc++/trunk/include/__support/xlocale/ |
D | __posix_l_fallback.h | 65 inline _LIBCPP_HIDE_FROM_ABI_C int iswcntrl_l(wint_t __c, locale_t) { return ::iswcntrl(__c); } in iswcntrl_l() function
|
/external/libcxx/include/support/ibm/ |
D | xlocale.h | 107 int iswcntrl_l(wchar_t wc, locale_t locale) in iswcntrl_l() function
|
/external/libcxx/include/support/win32/ |
D | locale_win32.h | 167 #define iswcntrl_l _iswcntrl_l macro
|
/external/cronet/buildtools/third_party/libc++/trunk/include/__support/win32/ |
D | locale_win32.h | 249 #define iswcntrl_l _iswcntrl_l macro
|
/external/libcxx/src/ |
D | locale.cpp | 1278 if ((m & cntrl) == cntrl) result |= (iswcntrl_l(ch, __l) != 0); in do_is() 1307 if (iswcntrl_l(ch, __l)) in do_is() 1346 if ((m & cntrl) == cntrl && iswcntrl_l(ch, __l)) break; in do_scan_is() 1371 if ((m & cntrl) == cntrl && iswcntrl_l(ch, __l)) continue; in do_scan_not()
|
/external/cronet/buildtools/third_party/libc++/trunk/src/ |
D | locale.cpp | 1367 if ((m & cntrl) == cntrl) result |= (iswcntrl_l(ch, __l_) != 0); in do_is() 1396 if (iswcntrl_l(ch, __l_)) in do_is() 1435 if ((m & cntrl) == cntrl && iswcntrl_l(ch, __l_)) break; in do_scan_is() 1460 if ((m & cntrl) == cntrl && iswcntrl_l(ch, __l_)) continue; in do_scan_not()
|
/external/libcxx/lib/abi/3.9/ |
D | x86_64-linux-gnu.abilist | 1915 {'type': 'FUNC', 'name': 'iswcntrl_l@GLIBC_2.3'}
|
/external/compiler-rt/lib/dfsan/ |
D | libc_ubuntu1404_abilist.txt | 2120 fun:iswcntrl_l=uninstrumented
|
/external/google-breakpad/src/processor/testdata/symbols/libc-2.13.so/F4F8DFCD5A5FB5A7CE64717E9E6AE3890/ |
D | libc-2.13.so.sym | 1203 PUBLIC de580 0 iswcntrl_l
|