/external/libcxx/test/std/depr/depr.c.headers/ |
wctype_h.pass.cpp | 95 wctype_t wct = 0; local 108 static_assert((std::is_same<decltype(iswctype(w, wct)), int>::value), "");
|
/external/libcxx/test/std/strings/c.strings/ |
cwctype.pass.cpp | 95 std::wctype_t wct = 0; local 108 static_assert((std::is_same<decltype(std::iswctype(w, wct)), int>::value), "");
|
/prebuilts/ndk/r11/sources/cxx-stl/llvm-libc++/libcxx/test/depr/depr.c.headers/ |
wctype_h.pass.cpp | 95 wctype_t wct = 0; local 108 static_assert((std::is_same<decltype(iswctype(w, wct)), int>::value), "");
|
/prebuilts/ndk/r11/sources/cxx-stl/llvm-libc++/libcxx/test/strings/c.strings/ |
cwctype.pass.cpp | 95 std::wctype_t wct = 0; local 108 static_assert((std::is_same<decltype(std::iswctype(w, wct)), int>::value), "");
|
/prebuilts/ndk/r13/sources/cxx-stl/llvm-libc++/test/std/depr/depr.c.headers/ |
wctype_h.pass.cpp | 95 wctype_t wct = 0; local 108 static_assert((std::is_same<decltype(iswctype(w, wct)), int>::value), "");
|
/prebuilts/ndk/r13/sources/cxx-stl/llvm-libc++/test/std/strings/c.strings/ |
cwctype.pass.cpp | 95 std::wctype_t wct = 0; local 108 static_assert((std::is_same<decltype(std::iswctype(w, wct)), int>::value), "");
|
/prebuilts/ndk/r11/sources/cxx-stl/stlport/src/ |
messages.cpp | 40 wctype const& wct = use_facet<wctype>(L); local 41 if (typeid(wct) != typeid(wctype)) {
|
locale_impl.cpp | 166 locale::facet* wct = 0; local 197 wct = new ctype_byname<wchar_t>(__lwct); 206 _STLP_UNWIND(_STLP_PRIV __release_codecvt(__lwcvt); delete wct); 215 this->insert(wct, ctype<wchar_t>::id);
|
/prebuilts/ndk/r13/sources/cxx-stl/stlport/src/ |
messages.cpp | 40 wctype const& wct = use_facet<wctype>(L); local 41 if (typeid(wct) != typeid(wctype)) {
|
locale_impl.cpp | 166 locale::facet* wct = 0; local 197 wct = new ctype_byname<wchar_t>(__lwct); 206 _STLP_UNWIND(_STLP_PRIV __release_codecvt(__lwcvt); delete wct); 215 this->insert(wct, ctype<wchar_t>::id);
|
/external/tcpdump/ |
print-smb.c | 400 u_int wct, bcc; local 404 wct = words[0]; 408 if (wct == 1) 410 else if (wct == 17) 412 else if (wct == 13) 417 smb_fdata(ndo, words + 1, f1, min(words + 1 + wct * 2, maxbuf), 420 smb_print_data(ndo, words + 1, min(wct * 2, PTR_DIFF(maxbuf, words + 1))); 441 u_int wct, bcc; local 445 wct = words[0]; 447 if (wct == 10 485 u_int wct, bcc; local 844 int wct; local [all...] |