Searched refs:wide (Results 1 - 25 of 420) sorted by relevance

1234567891011>>

/haiku-buildtools/gcc/gcc/testsuite/gfortran.dg/
H A Dwidechar_IO_1.f906 character(len=10,kind=4) :: wide variable in program:test1
9 wide=k4_"Goodbye!"
11 write(buffer, '(a)') wide
16 read(10, '(a)') wide
17 if (wide /= k4_"Hello!") call abort
18 write(buffer,*) thin, ">",wide,"<"
H A Dwidechar_IO_3.f906 character(len=10,kind=4) :: wide variable in program:test1
8 wide = k4_"abcdefg"
11 write(10) wide
13 wide = "wrong"
14 read(10) wide
15 if (wide /= k4_"abcdefg") call abort
/haiku-buildtools/gcc/libstdc++-v3/testsuite/22_locale/ctype/narrow/wchar_t/
H A D2.cc38 basic_string<wide_type> wide(L"wibble");
39 wide += wide_type(1240);
40 wide += L"kibble";
44 vector<char> narrow_chars(wide.length() + 1);
47 for (size_t i = 0; i < wide.length(); ++i)
49 char c = ctype_c.narrow(wide[i], dfault);
54 ctype_c.narrow(&wide[0], &wide[0] + wide.length(), dfault, &narrow_chars[0]);
56 for (size_t i = 0; i < wide
[all...]
H A D1.cc38 basic_string<wide_type> wide(L"wibble");
40 vector<char> narrow_chars(wide.length() + 1);
43 for (size_t i = 0; i < wide.length(); ++i)
45 char c = ctype_c.narrow(wide[i], dfault);
50 ctype_c.narrow(&wide[0], &wide[0] + wide.length(), dfault, &narrow_chars[0]);
52 for (size_t i = 0; i < wide.length(); ++i)
/haiku-buildtools/gcc/libstdc++-v3/testsuite/22_locale/ctype/narrow/char/
H A D2.cc38 basic_string<wide_type> wide("wibble");
39 wide += wide_type(1240);
40 wide += "kibble";
44 vector<char> narrow_chars(wide.length() + 1);
47 for (size_t i = 0; i < wide.length(); ++i)
49 char c = ctype_c.narrow(wide[i], dfault);
54 ctype_c.narrow(&wide[0], &wide[0] + wide.length(), dfault, &narrow_chars[0]);
56 for (size_t i = 0; i < wide
[all...]
H A D1.cc38 basic_string<wide_type> wide("wibble");
40 vector<char> narrow_chars(wide.length() + 1);
43 for (size_t i = 0; i < wide.length(); ++i)
45 char c = ctype_c.narrow(wide[i], dfault);
50 ctype_c.narrow(&wide[0], &wide[0] + wide.length(), dfault, &narrow_chars[0]);
52 for (size_t i = 0; i < wide.length(); ++i)
/haiku-buildtools/binutils/gas/testsuite/gas/elf/
H A Dsection8.d1 #readelf: -S --wide
H A Dsection9.d1 #readelf: -S --wide
/haiku-buildtools/binutils/ld/testsuite/ld-i386/
H A Dnogot2.d2 #readelf: -S --wide
H A Dpr14215.d4 #readelf: -l --wide
H A Dpltgot-2.d3 #readelf: -d --wide
/haiku-buildtools/binutils/ld/testsuite/ld-x86-64/
H A Dnogot2.d2 #readelf: -S --wide
H A Dpr12570a.d4 #readelf: -wf --wide
H A Dpr13947.d2 #readelf: -S --wide
H A Dpr14215.d4 #readelf: -l --wide
H A Dgotplt1.d3 #readelf: -r --wide
H A Dpltgot-2.d3 #readelf: -d --wide
/haiku-buildtools/binutils/ld/testsuite/ld-elf/
H A Dexclude3a.d3 #readelf: -S --wide
H A Dexclude3c.d3 #readelf: -S --wide
H A Dgroup10.d3 #readelf: -Sg --wide
H A Dexclude3b.d3 #readelf: -S --wide
H A Dpr16322.d2 #readelf: -l --wide
H A Dpr16498a.d2 #readelf: -l --wide
/haiku-buildtools/binutils/ld/testsuite/ld-scripts/
H A Dempty-aligned.d3 #readelf: -S --wide
/haiku-buildtools/binutils/ld/testsuite/ld-aarch64/
H A Drelocs-1027-symbolic-func.d3 #readelf: -r --wide

Completed in 212 milliseconds

1234567891011>>