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

  /external/libcxx/test/std/depr/depr.c.headers/
wctype_h.pass.cpp 94 wctrans_t wctr = 0; local
112 static_assert((std::is_same<decltype(towctrans(w, wctr)), wint_t>::value), "");
  /external/libcxx/test/std/strings/c.strings/
cwctype.pass.cpp 94 std::wctrans_t wctr = 0; local
112 static_assert((std::is_same<decltype(std::towctrans(w, wctr)), std::wint_t>::value), "");
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/depr/depr.c.headers/
wctype_h.pass.cpp 94 wctrans_t wctr = 0; local
112 static_assert((std::is_same<decltype(towctrans(w, wctr)), wint_t>::value), "");
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/strings/c.strings/
cwctype.pass.cpp 94 std::wctrans_t wctr = 0; local
112 static_assert((std::is_same<decltype(std::towctrans(w, wctr)), std::wint_t>::value), "");

Completed in 295 milliseconds