Searched defs: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/icu/icu4c/source/test/cintltst/
H A Dulistfmttest.c32 static const UChar str4[] = { 0x45,0x65,0x65,0x65,0x65,0 }; /* "Eeeee" */ variable
33 static const UChar* strings[] = { str0, str1, str2, str3, str4 };
/external/icu/icu4c/source/test/iotest/
H A Dstream.cpp57 UnicodeString str4 = UNICODE_STRING_SIMPLE(" UTF-8 "); local
66 str4.append((UChar32)0x03BC); /* mu */
67 str4.append((UChar32)0x10001);
68 str4.append((UChar32)0x10002);
95 outTestStream << str1 << "\x20\x20" << str2 << str3 << "\x31\x20" << UTF8_NEW_LINE << str4 << ends;
/external/libpcap/
H A Dpcap-usb-linux.c573 char str1[3], str2[3], str3[5], str4[5], str5[5]; local
574 ret = sscanf(string, "%s %s %s %s %s%n", str1, str2, str3, str4,
590 shdr->wIndex = htols(strtoul(str4, 0, 16));
/external/llvm/unittests/Support/
H A DYAMLIOTest.cpp396 llvm::StringRef str4; member in struct:StringTypes
425 io.mapRequired("str4", st.str4);
456 map.str4 = "@ddd";
509 EXPECT_TRUE(map.str4.equals("@ddd"));
/external/icu/icu4c/source/test/intltest/
H A Ddtfmttst.cpp3651 UnicodeString str4; local
3652 str4 = fmt4->format(dt4, str4);
3653 logln(str4);
3655 UDate dt44 = fmt4->parse(str4, status);
3662 if (str4 != str44) {
3663 errln((UnicodeString)"FAIL: Different dates str1:" + str4
/external/libxml2/
H A Dxmlschemas.c1949 * @str4: extra parameter for the message display
1958 const xmlChar * str2, const xmlChar * str3, const xmlChar * str4,
1977 str3, str4, str5);
2032 const xmlChar *str3, const xmlChar *str4)
2106 (const char *) str3, 0, col, msg, str1, str2, str3, str4);
2123 (const char *) str3, 0, 0, msg, str1, str2, str3, str4);
2155 const xmlChar *str3, const xmlChar *str4)
2158 msg, str1, str2, str3, str4);
2321 const xmlChar *str3, const xmlChar *str4)
2335 (const char *) msg, str1, str2, str3, str4);
1955 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
2028 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
2152 xmlSchemaErr4(xmlSchemaAbstractCtxtPtr actxt, int error, xmlNodePtr node, const char *msg, const xmlChar *str1, const xmlChar *str2, const xmlChar *str3, const xmlChar *str4) argument
2315 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
2981 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 486 milliseconds