HomeSort by relevance Sort by last modified time
    Searched defs:str (Results 176 - 200 of 4378) sorted by null

1 2 3 4 5 6 78 91011>>

  /external/google-breakpad/src/tools/linux/md2core/
minidump_memory_range.h 75 std::string str; local
80 str.push_back(buffer[i]);
83 return str;
  /external/icu/icu4c/source/samples/datefmt/answers/
main_0.cpp 26 UnicodeString str; local
28 if (zone->getID(str) != id) {
33 uprintf(str);
43 UnicodeString str; local
main_1.cpp 25 UnicodeString str; local
27 if (zone->getID(str) != id) {
32 uprintf(str);
42 UnicodeString str; local
  /external/icu/icu4c/source/samples/numfmt/
capi.c 16 static void uprintf(const UChar* str) {
18 u_austrcpy(buf, str);
26 UChar str[] = { 0x39, 0x38, 0x37, 0x36, 0x35, 0x34, 0x33, local
50 a = unum_parseDouble(fmt, str, u_strlen(str), NULL, &status);
58 uprintf(str);
  /external/icu/icu4c/source/samples/translit/answers/
main_2.cpp 29 UnicodeString str, str2; local
60 str.remove();
61 defFmt->format(cal->getTime(status), str, status);
64 uprintf(escape(str));
68 str.remove();
69 fmt->format(cal->getTime(status), str, status);
72 uprintf(escape(str));
76 greek_latin->transliterate(str);
78 uprintf(escape(str));
main_3.cpp 41 UnicodeString str, str2; local
79 str.remove();
80 defFmt->format(cal->getTime(status), str, status);
83 uprintf(escape(str));
87 str.remove();
88 fmt->format(cal->getTime(status), str, status);
91 uprintf(escape(str));
95 greek_latin->transliterate(str);
97 uprintf(escape(str));
101 str2 = str;
    [all...]
main_4.cpp 42 UnicodeString str, str2; local
83 str.remove();
84 defFmt->format(cal->getTime(status), str, status);
87 uprintf(escape(str));
91 str.remove();
92 fmt->format(cal->getTime(status), str, status);
95 uprintf(escape(str));
99 greek_latin->transliterate(str);
101 uprintf(escape(str));
105 str2 = str;
    [all...]
  /external/iproute2/tipc/
peer.c 30 char *str; local
41 str = shift_cmdl(cmdl);
42 addr = str2addr(str);
  /external/libcxx/test/std/input.output/iostream.format/ext.manip/
put_money.pass.cpp 32 std::basic_string<CharT> str() const function in class:testbuf
62 assert(sb.str() == "-$1,234,567.89");
71 assert(sb.str() == "-USD 1,234,567.89");
80 assert(sb.str() == L"-$1,234,567.89");
89 assert(sb.str() == L"-USD 1,234,567.89");
put_time.pass.cpp 32 std::basic_string<CharT> str() const function in class:testbuf
69 assert(sb.str() == "Sat Dec 31 23:55:59 2061");
84 assert(sb.str() == L"Sat Dec 31 23:55:59 2061");
  /external/libcxx/test/std/input.output/iostream.format/input.streams/istream.formatted/istream_extractors/
streambuf.pass.cpp 30 testbuf(const std::basic_string<CharT>& str)
31 : str_(str)
38 std::basic_string<CharT> str() const function in class:testbuf
66 assert(sb2.str() == "testing...");
  /external/libcxx/test/std/input.output/iostream.format/input.streams/istream.unformatted/
get_streambuf.pass.cpp 27 testbuf(const std::basic_string<CharT>& str)
28 : str_(str)
35 std::basic_string<CharT> str() const function in class:testbuf
63 assert(sb2.str() == "testing");
68 assert(sb2.str() == "testing...");
78 assert(sb2.str() == L"testing");
83 assert(sb2.str() == L"testing...");
get_streambuf_chart.pass.cpp 28 testbuf(const std::basic_string<CharT>& str)
29 : str_(str)
36 std::basic_string<CharT> str() const function in class:testbuf
64 assert(sb2.str() == "testing");
69 assert(sb2.str() == "testing...");
79 assert(sb2.str() == L"testing");
84 assert(sb2.str() == L"testing...");
  /external/libcxx/test/std/input.output/iostream.format/output.streams/ostream.formatted/ostream.inserters/
basic_ios.pass.cpp 32 std::basic_string<CharT> str() const function in class:testbuf
ios_base.pass.cpp 31 std::basic_string<CharT> str() const function in class:testbuf
ostream.pass.cpp 32 std::basic_string<CharT> str() const function in class:testbuf
67 assert(sb.str() == "testing...");
streambuf.pass.cpp 30 testbuf(const std::basic_string<CharT>& str)
31 : str_(str)
38 std::basic_string<CharT> str() const function in class:testbuf
65 assert(sb.str() == "");
67 assert(sb.str() == "testing...");
  /external/libcxx/test/std/input.output/iostream.format/output.streams/ostream.formatted/ostream.inserters.arithmetic/
bool.pass.cpp 31 std::basic_string<CharT> str() const function in class:testbuf
66 assert(sb.str() == "0");
73 assert(sb.str() == "1");
81 assert(sb.str() == "true");
89 assert(sb.str() == "false");
double.pass.cpp 31 std::basic_string<CharT> str() const function in class:testbuf
66 assert(sb.str() == "0");
73 assert(sb.str() == "-10");
81 assert(sb.str() == "-10.5");
float.pass.cpp 31 std::basic_string<CharT> str() const function in class:testbuf
66 assert(sb.str() == "0");
73 assert(sb.str() == "-10");
81 assert(sb.str() == "-10.5");
int.pass.cpp 31 std::basic_string<CharT> str() const function in class:testbuf
66 assert(sb.str() == "0");
73 assert(sb.str() == "-10");
81 assert(sb.str() == "fffffff6");
long.pass.cpp 31 std::basic_string<CharT> str() const function in class:testbuf
66 assert(sb.str() == "0");
73 assert(sb.str() == "-10");
81 assert(sb.str() == "fffffff6");
long_double.pass.cpp 31 std::basic_string<CharT> str() const function in class:testbuf
66 assert(sb.str() == "0");
73 assert(sb.str() == "-10");
81 assert(sb.str() == "-10.5");
long_long.pass.cpp 31 std::basic_string<CharT> str() const function in class:testbuf
66 assert(sb.str() == "0");
73 assert(sb.str() == "-10");
81 assert(sb.str() == "fffffffffffffff6");
minus1.pass.cpp 38 assert(ss.str() == expected);
46 assert(ss.str() == expected);
55 std::string str = ss.str(); local
56 for (size_t i = 0; i < str.size(); ++i )
57 str[i] = static_cast<char>(std::toupper(str[i]));
59 assert(str == expected);

Completed in 664 milliseconds

1 2 3 4 5 6 78 91011>>