Searched refs:wct (Results 1 - 6 of 6) sorted by relevance

/external/stlport/test/unit/
H A Dctype_facets_test.cpp174 ctype<wchar_t> const& wct = use_facet<ctype<wchar_t> >(loc); local
177 CPPUNIT_CHECK( wct.is(ctype_base::digit, L'0') );
178 CPPUNIT_CHECK( wct.is(ctype_base::upper, L'A') );
179 CPPUNIT_CHECK( wct.is(ctype_base::lower, L'a') );
180 CPPUNIT_CHECK( wct.is(ctype_base::alpha, L'A') );
181 CPPUNIT_CHECK( wct.is(ctype_base::space, L' ') );
182 CPPUNIT_CHECK( !wct.is(ctype_base::space, L'2') );
183 CPPUNIT_CHECK( wct.is(ctype_base::punct, L'.') );
184 CPPUNIT_CHECK( wct.is(ctype_base::xdigit, L'a') );
191 wct
[all...]
/external/tcpdump/
H A Dprint-smb.c400 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(words + 1, f1, SMBMIN(words + 1 + wct * 2, maxbuf),
420 print_data(words + 1, SMBMIN(wct * 2, PTR_DIFF(maxbuf, words + 1)));
441 u_int wct, bcc; local
445 wct = words[0];
447 if (wct
485 u_int wct, bcc; local
842 int wct; local
[all...]
/external/libcxx/test/depr/depr.c.headers/
H A Dwctype_h.pass.cpp95 wctype_t wct = 0; local
108 static_assert((std::is_same<decltype(iswctype(w, wct)), int>::value), "");
/external/libcxx/test/strings/c.strings/
H A Dcwctype.pass.cpp95 std::wctype_t wct = 0; local
108 static_assert((std::is_same<decltype(std::iswctype(w, wct)), int>::value), "");
/external/stlport/src/
H A Dmessages.cpp40 wctype const& wct = use_facet<wctype>(L); local
41 if (typeid(wct) != typeid(wctype)) {
H A Dlocale_impl.cpp166 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);

Completed in 624 milliseconds