Searched refs:string_type (Results 1 - 25 of 100) sorted by relevance

1234

/haiku-buildtools/gcc/libstdc++-v3/testsuite/21_strings/basic_string/element_access/char/
H A D21674.cc28 typedef std::string string_type; typedef
29 string_type s;
/haiku-buildtools/gcc/libstdc++-v3/testsuite/21_strings/basic_string/element_access/wchar_t/
H A D21674.cc28 typedef std::wstring string_type; typedef
29 string_type s;
/haiku-buildtools/gcc/libstdc++-v3/testsuite/22_locale/collate_byname/requirements/
H A Dtypedefs.cc30 typedef test_type::string_type string_type; typedef
/haiku-buildtools/gcc/libstdc++-v3/testsuite/22_locale/money_get/requirements/
H A Dtypedefs.cc30 typedef test_type::string_type string_type; typedef
/haiku-buildtools/gcc/libstdc++-v3/testsuite/22_locale/money_put/requirements/
H A Dtypedefs.cc30 typedef test_type::string_type string_type; typedef
/haiku-buildtools/gcc/libstdc++-v3/testsuite/22_locale/numpunct/requirements/
H A Dtypedefs.cc30 typedef test_type::string_type string_type; typedef
/haiku-buildtools/gcc/libstdc++-v3/testsuite/22_locale/numpunct_byname/requirements/
H A Dtypedefs.cc30 typedef test_type::string_type string_type; typedef
/haiku-buildtools/gcc/libstdc++-v3/testsuite/22_locale/collate/requirements/
H A Dtypedefs.cc30 typedef test_type::string_type string_type; typedef
/haiku-buildtools/gcc/libstdc++-v3/testsuite/22_locale/messages/requirements/
H A Dtypedefs.cc30 typedef test_type::string_type string_type; typedef
/haiku-buildtools/gcc/libstdc++-v3/testsuite/22_locale/messages_byname/requirements/
H A Dtypedefs.cc30 typedef test_type::string_type string_type; typedef
/haiku-buildtools/gcc/libstdc++-v3/testsuite/22_locale/moneypunct/requirements/false/
H A Dtypedefs.cc31 typedef test_type::string_type string_type; typedef
/haiku-buildtools/gcc/libstdc++-v3/testsuite/22_locale/moneypunct/requirements/true/
H A Dtypedefs.cc31 typedef test_type::string_type string_type; typedef
/haiku-buildtools/gcc/libstdc++-v3/testsuite/22_locale/moneypunct_byname/requirements/
H A Dtypedefs.cc30 typedef test_type::string_type string_type; typedef
/haiku-buildtools/gcc/libstdc++-v3/testsuite/28_regex/requirements/
H A Dtypedefs.cc35 typedef traits::string_type string_type; typedef
/haiku-buildtools/gcc/libstdc++-v3/testsuite/28_regex/sub_match/
H A Dtypedefs.cc37 typedef sm::string_type string_type; typedef
H A Dcast_wchar_t.cc34 typedef std::basic_string<value_type> string_type; typedef
43 string_type sm_string = sm;
45 VERIFY( sm_string == string_type(test_data) );
H A Dcast_char.cc34 typedef std::basic_string<value_type> string_type; typedef
43 string_type sm_string = sm;
45 VERIFY( sm_string == string_type(test_data) );
/haiku-buildtools/gcc/libstdc++-v3/testsuite/22_locale/collate/transform/char/
H A D28277.cc35 typedef collate<char>::string_type string_type; typedef
45 const string_type sstr(MAX_SIZE, 'a');
47 const string_type dstr = coll_c.transform(sstr.data(),
/haiku-buildtools/gcc/libstdc++-v3/testsuite/22_locale/collate/transform/wchar_t/
H A D28277.cc35 typedef collate<wchar_t>::string_type string_type; typedef
45 const string_type sstr(MAX_SIZE, L'a');
47 const string_type dstr = coll_c.transform(sstr.data(),
/haiku-buildtools/gcc/libstdc++-v3/testsuite/21_strings/basic_string/
H A Dpthread18185.cc32 typedef std::basic_string<char, traits_type, allocator_type> string_type; typedef
35 throw string_type("leak");
37 catch (const string_type&)
/haiku-buildtools/gcc/gcc/testsuite/gfortran.dg/
H A Ddeferred_character_3.f9010 type string_type type in program:test
12 end type string_type
13 type(string_type), allocatable :: my_string_type
/haiku-buildtools/gcc/libstdc++-v3/config/locale/ieee_1003.1-2001/
H A Dc_locale.cc81 _M_curr_symbol = string_type();
82 _M_positive_sign = string_type();
83 _M_negative_sign = string_type();
98 _M_curr_symbol = string_type();
99 _M_positive_sign = string_type();
100 _M_negative_sign = string_type();
/haiku-buildtools/gcc/libstdc++-v3/testsuite/22_locale/collate/hash/wchar_t/
H A D1.cc29 typedef std::collate<wchar_t>::string_type string_type; typedef
32 string_type str1(L"fffff");
33 string_type str2(L"ffffffffffff");
/haiku-buildtools/gcc/libstdc++-v3/testsuite/28_regex/basic_regex/ctors/basic/
H A Draw_string.cc34 //string_type sre0(R"(\d{3}-\d{3}-\d{4})"); // expected fail
36 string_type sre1(R"( this\n and new : forms\n )");
38 string_type sre2(R"([:num:]{3}-[:num:]{3}-[:num:]{4})");
/haiku-buildtools/gcc/libstdc++-v3/testsuite/28_regex/traits/char/
H A Dctor.cc40 typedef test_type::string_type string_type; typedef

Completed in 256 milliseconds

1234