Searched refs:str4 (Results 1 - 7 of 7) sorted by relevance

/external/clang/test/Lexer/
H A Dcxx0x_raw_string_delim_length.cpp7 const char *str4 = R"abcdefghijkmnopqrstuvwxyz(abcdef)abcdefghijkmnopqrstuvwxyz"; // expected-error {{raw string delimiter longer than 16 characters}} expected-error {{expected expression}} variable
/external/llvm/test/MC/ELF/
H A Dentsize.s25 .type .L.str4,@object # @.str4
26 .L.str4:
28 .size .L.str4, 7
/external/clang/test/FixIt/
H A Dtypo.cpp82 yarn str4; // expected-error{{unknown type name 'yarn'; did you mean 'nonstd::yarn'?}}
/external/icu4c/test/iotest/
H A Dstream.cpp64 UnicodeString str4 = UNICODE_STRING_SIMPLE(" UTF-8 "); local
73 str4.append((UChar32)0x03BC); /* mu */
74 str4.append((UChar32)0x10001);
75 str4.append((UChar32)0x10002);
102 outTestStream << str1 << "\x20\x20" << str2 << str3 << "\x31\x20" << UTF8_NEW_LINE << str4 << ends;
/external/astl/tests/
H A Dtest_string.cpp68 string str4(literal, sizeof(literal) + 1);
69 EXPECT_TRUE(str4.size() == sizeof(literal) + 1);
102 string str4(str3, 12);
103 EXPECT_TRUE(strcmp("cracks me up", str4.c_str()) == 0);
349 string str4("You spin ");
351 str4.append(str5);
352 EXPECT_TRUE(str4 == "You spin my head right round.");
448 string str4("You spin ");
450 str4 += str5;
451 EXPECT_TRUE(str4
[all...]
/external/icu4c/test/intltest/
H A Ddtfmttst.cpp3326 UnicodeString str4; local
3327 str4 = fmt4->format(dt4, str4);
3328 logln(str4);
3330 UDate dt44 = fmt4->parse(str4, status);
3337 if (str4 != str44) {
3338 errln((UnicodeString)"FAIL: Different dates str1:" + str4
/external/libxml2/
H A Dxmlschemas.c1944 * @str4: extra parameter for the message display
1953 const xmlChar * str2, const xmlChar * str3, const xmlChar * str4,
1972 str3, str4, str5);
2027 const xmlChar *str3, const xmlChar *str4)
2085 (const char *) str3, 0, 0, msg, str1, str2, str3, str4);
2102 (const char *) str3, 0, 0, msg, str1, str2, str3, str4);
2134 const xmlChar *str3, const xmlChar *str4)
2137 msg, str1, str2, str3, str4);
2300 const xmlChar *str3, const xmlChar *str4)
2314 (const char *) msg, str1, str2, str3, str4);
1950 xmlSchemaPErrExt(xmlSchemaParserCtxtPtr ctxt, xmlNodePtr node, int error, const xmlChar * strData1, const xmlChar * strData2, const xmlChar * strData3, const char *msg, const xmlChar * str1, const xmlChar * str2, const xmlChar * str3, const xmlChar * str4, const xmlChar * str5) argument
2023 xmlSchemaErr4Line(xmlSchemaAbstractCtxtPtr ctxt, xmlErrorLevel errorLevel, int error, xmlNodePtr node, int line, const char *msg, const xmlChar *str1, const xmlChar *str2, const xmlChar *str3, const xmlChar *str4) argument
2131 xmlSchemaErr4(xmlSchemaAbstractCtxtPtr actxt, int error, xmlNodePtr node, const char *msg, const xmlChar *str1, const xmlChar *str2, const xmlChar *str3, const xmlChar *str4) argument
2294 xmlSchemaCustomErr4(xmlSchemaAbstractCtxtPtr actxt, xmlParserErrors error, xmlNodePtr node, xmlSchemaBasicItemPtr item, const char *message, const xmlChar *str1, const xmlChar *str2, const xmlChar *str3, const xmlChar *str4) argument
2960 xmlSchemaPAttrUseErr4(xmlSchemaParserCtxtPtr ctxt, xmlParserErrors error, xmlNodePtr node, xmlSchemaBasicItemPtr ownerItem, const xmlSchemaAttributeUsePtr attruse, const char *message, const xmlChar *str1, const xmlChar *str2, const xmlChar *str3,const xmlChar *str4) argument
[all...]

Completed in 264 milliseconds