HomeSort by relevance Sort by last modified time
    Searched refs:wct (Results 1 - 14 of 14) sorted by null

  /external/stlport/test/unit/
ctype_facets_test.cpp 174 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.is(values, values + (sizeof(values) / sizeof(wchar_t)), res)
    [all...]
  /ndk/tests/device/test-gnustl-full/unit/
ctype_facets_test.cpp 174 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.is(values, values + (sizeof(values) / sizeof(wchar_t)), res)
    [all...]
  /ndk/tests/device/test-stlport/unit/
ctype_facets_test.cpp 174 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.is(values, values + (sizeof(values) / sizeof(wchar_t)), res)
    [all...]
  /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(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 == 10
485 u_int wct, bcc; local
842 int wct; local
    [all...]
  /ndk/sources/cxx-stl/llvm-libc++/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), "");
  /ndk/sources/cxx-stl/llvm-libc++/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), "");
  /external/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);
  /ndk/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/v8/benchmarks/
regexp.js     [all...]
  /external/webkit/PerformanceTests/SunSpider/tests/v8-v4/
v8-regexp.js     [all...]
  /external/webkit/PerformanceTests/SunSpider/tests/v8-v5/
v8-regexp.js     [all...]
  /external/webkit/PerformanceTests/SunSpider/tests/v8-v6/
v8-regexp.js     [all...]

Completed in 587 milliseconds