Searched refs:wcslen (Results 1 - 25 of 27) sorted by relevance

12

/haiku-buildtools/gcc/libstdc++-v3/testsuite/27_io/basic_stringbuf/setbuf/wchar_t/
H A D3.cc32 const size_t strlitsize = std::wcslen(strlit);
H A D2.cc32 const size_t strlitsize = std::wcslen(strlit);
/haiku-buildtools/gcc/libstdc++-v3/testsuite/27_io/basic_istream/getline/wchar_t/
H A D2.cc20 #include <cwchar> // for wcslen
52 std::streamsize blen = std::wcslen(charray);
76 VERIFY( (ifs.gcount() == 0) || (std::wcslen(tmp) == it - 1) );
84 // -> wcslen(__s) < n - 1
85 // -> delimiter was seen -> gcount() > wcslen(__s)
86 VERIFY( ifs.gcount() == static_cast<std::streamsize>(std::wcslen(tmp)
H A D3.cc20 #include <cwchar> // for wcslen
43 VERIFY( wcslen(tmp) == 4 ); // stored all but '\n'
H A D4.cc21 #include <cwchar> // for wcslen
35 size = std::wcslen(buf);
/haiku-buildtools/gcc/libstdc++-v3/testsuite/22_locale/time_put/put/wchar_t/
H A D12439_1.cc56 fmt, fmt + wcslen(fmt));
/haiku-buildtools/gcc/libstdc++-v3/testsuite/21_strings/headers/cwchar/
H A Dfunctions_std.cc56 using std::wcslen;
/haiku-buildtools/gcc/libstdc++-v3/testsuite/22_locale/codecvt/out/wchar_t/
H A D7.cc56 int size = wcslen(i_lit);
/haiku-buildtools/gcc/libstdc++-v3/testsuite/27_io/basic_istream/extractors_other/wchar_t/
H A D9424-in.cc67 size = std::wcslen(buf);
/haiku-buildtools/gcc/libstdc++-v3/testsuite/27_io/basic_ostream/inserters_other/wchar_t/
H A D9424-out.cc68 size = std::wcslen(buf);
/haiku-buildtools/gcc/libstdc++-v3/testsuite/experimental/string_view/cons/wchar_t/
H A D1.cc52 csize_type len_lit01 = wcslen(str_lit01);
/haiku-buildtools/gcc/libstdc++-v3/testsuite/experimental/functional/
H A Dsearchers.cc78 auto ne = n + std::wcslen(n);
84 auto he = h + std::wcslen(h);
/haiku-buildtools/gcc/libstdc++-v3/testsuite/22_locale/codecvt/unshift/wchar_t/
H A D2.cc69 int size = wcslen(i_lit);
/haiku-buildtools/gcc/libstdc++-v3/testsuite/27_io/basic_streambuf/sputn/wchar_t/
H A D1.cc93 const int i02 = std::wcslen(lit02);
/haiku-buildtools/gcc/libstdc++-v3/include/c_compatibility/
H A Dwchar.h93 using std::wcslen;
/haiku-buildtools/legacy/gcc/libstdc++/std/
H A Dstraits.h153 { return wcslen (s); }
/haiku-buildtools/gcc/gcc/testsuite/g++.dg/asan/
H A Dasan_str_test.cc67 EXPECT_EQ(0U, wcslen(Ident(L"")));
70 EXPECT_EQ(hello_len, wcslen(Ident(L"Hello, World!")));
73 EXPECT_EQ(hello_len, Ident(wcslen(heap_string)));
74 EXPECT_DEATH(Ident(wcslen(heap_string + 14)), RightOOBReadMessage(0));
/haiku-buildtools/gcc/gcc/cp/
H A Dcfns.h142 "wcslen",
/haiku-buildtools/gcc/libsanitizer/sanitizer_common/
H A Dsanitizer_common_interceptors_format.inc95 // Store size not known in advance; can be calculated as wcslen() of the
337 // FIXME: actually use wcslen() to calculate it.
/haiku-buildtools/gcc/libstdc++-v3/config/locale/gnu/
H A Dmonetary_members.cc661 wcslen(_M_data->_M_positive_sign);
676 wcslen(_M_data->_M_negative_sign);
689 _M_data->_M_curr_symbol_size = wcslen(_M_data->_M_curr_symbol);
844 wcslen(_M_data->_M_positive_sign);
859 wcslen(_M_data->_M_negative_sign);
872 _M_data->_M_curr_symbol_size = wcslen(_M_data->_M_curr_symbol);
/haiku-buildtools/gcc/libsanitizer/asan/
H A Dasan_win_dll_thunk.cc351 INTERCEPT_LIBRARY_FUNCTION(wcslen); variable
H A Dasan_interceptors.cc536 INTERCEPTOR(SIZE_T, wcslen, const wchar_t *s) {
537 SIZE_T length = REAL(wcslen)(s);
749 ASAN_INTERCEPT_FUNC(wcslen);
/haiku-buildtools/gcc/libstdc++-v3/include/bits/
H A Dchar_traits.h358 { return wcslen(__s); }
/haiku-buildtools/legacy/binutils/libiberty/
H A Dregex.c6273 length = wcslen (workp);
6426 length = wcslen (workp);
/haiku-buildtools/gcc/libiberty/
H A Dregex.c6278 length = wcslen (workp);
6431 length = wcslen (workp);

Completed in 317 milliseconds

12