/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 | 399 u_int wct, bcc; local 403 wct = words[0]; 407 if (wct == 1) 409 else if (wct == 17) 411 else if (wct == 13) 416 smb_fdata(ndo, words + 1, f1, min(words + 1 + wct * 2, maxbuf), 419 print_data(ndo, words + 1, min(wct * 2, PTR_DIFF(maxbuf, words + 1))); 440 u_int wct, bcc; local 444 wct = words[0]; 446 if (wct == 10 484 u_int wct, bcc; local 841 int wct; local [all...] |