Searched defs:str2 (Results 76 - 100 of 132) sorted by relevance

123456

/external/libxml2/
H A Dc14n.c391 xmlC14NStrEqual(const xmlChar *str1, const xmlChar *str2) { argument
392 if (str1 == str2) return(1);
393 if (str1 == NULL) return((*str2) == '\0');
394 if (str2 == NULL) return((*str1) == '\0');
396 if (*str1++ != *str2) return(0);
397 } while (*str2++);
H A Dschematron.c242 * @str2: extra data
248 const char *msg, const xmlChar * str1, const xmlChar * str2)
262 (const char *) str1, (const char *) str2, NULL, 0, 0,
263 msg, str1, str2);
247 xmlSchematronPErr(xmlSchematronParserCtxtPtr ctxt, xmlNodePtr node, int error, const char *msg, const xmlChar * str1, const xmlChar * str2) argument
H A Dcatalog.c239 const char *msg, const xmlChar *str1, const xmlChar *str2,
244 (const char *) str1, (const char *) str2,
246 msg, str1, str2, str3);
238 xmlCatalogErr(xmlCatalogEntryPtr catal, xmlNodePtr node, int error, const char *msg, const xmlChar *str1, const xmlChar *str2, const xmlChar *str3) argument
H A Dvalid.c135 * @str2: extra informations
144 const xmlChar * str2, const xmlChar * str3)
167 (const char *) str3, 0, 0, msg, str1, str2, str3);
219 * @str2: extra information
228 const xmlChar * str2, const xmlChar * str3)
251 (const char *) str3, 0, 0, msg, str1, str2, str3);
141 xmlErrValidNode(xmlValidCtxtPtr ctxt, xmlNodePtr node, xmlParserErrors error, const char *msg, const xmlChar * str1, const xmlChar * str2, const xmlChar * str3) argument
225 xmlErrValidWarning(xmlValidCtxtPtr ctxt, xmlNodePtr node, xmlParserErrors error, const char *msg, const xmlChar * str1, const xmlChar * str2, const xmlChar * str3) argument
/external/svox/pico/lib/
H A Dpicokpr.c283 extern picoos_bool picokpr_isEqual (picokpr_Preproc preproc, picoos_uchar str[], picoos_int32 len__9, picokpr_StrArrOffset str2) argument
287 lstrp = (picokpr_VarStrPtr)&((kpr_SubObj)preproc)->rStrArr[str2];
/external/v8/test/cctest/
H A Dtest-parsing.cc657 const char* str2 = "case default const {THIS\nPART\nSKIPPED} do"; local
658 i::Utf8ToUtf16CharacterStream stream2(reinterpret_cast<const i::byte*>(str2),
659 static_cast<unsigned>(strlen(str2)));
671 ASSERT_EQ('{', str2[19]);
672 ASSERT_EQ('}', str2[37]);
H A Dtest-regexp.cc1373 const uc16 str2[] = {'b', 'a', 'r', 'f', 'o', 'o'}; local
1375 factory->NewStringFromTwoByte(Vector<const uc16>(str2, 6));
/external/valgrind/main/drd/
H A Ddrd_thread.c1090 char *str1, *str2; local
1092 str2 = DRD_(vc_aprint)(DRD_(thread_get_vc)(joinee));
1094 str1, str2);
1096 VG_(free)(str2);
1144 char *str1, *str2; local
1146 str2 = DRD_(vc_aprint)(DRD_(thread_get_vc)(tid));
1147 VG_(message)(Vg_DebugMsg, "thread %d: vc %s -> %s\n", tid, str1, str2);
1149 VG_(free)(str2);
/external/chromium_org/third_party/icu/source/test/intltest/
H A Dwbnf.cpp1540 const char str2[] = "$p2 =(\\\\ $s $string $s)? 25%;"; local
1543 const char *str = str2;
H A Dcalregts.cpp939 UnicodeString output, testDesc, str, str2; local
1078 str2.remove();
1081 " got:" + sdf.format(got, str2));
1097 str2.remove();
1100 " got:" + sdf.format(got, str2));
1144 str2.remove();
1152 sdf.format(got, str2));
1167 str2.remove();
1169 sdf.format(got, str2));
H A Ddtfmttst.cpp1684 UnicodeString str, str2; local
1720 univ.format(parsedate, str2.remove()));
1734 univ.format(parsedate, str2.remove()));
1756 univ.format(parsedate, str2.remove()));
1788 UnicodeString str, str2; local
3141 + " str2:" + str11);
3152 UnicodeString str2; local
3153 str2 = fmt2->format(dt2, str2);
3154 logln(str2);
[all...]
H A Dnumfmtst.cpp5896 UnicodeString str2; local
5903 decFmt->format(num, str2, &iter2, status);
5911 str2.remove();
5912 decFmt->format(num, str2, NULL, status);
5913 assertEquals("null fpiter", str1, str2);
/external/chromium_org/third_party/libxml/src/
H A Dcatalog.c239 const char *msg, const xmlChar *str1, const xmlChar *str2,
244 (const char *) str1, (const char *) str2,
246 msg, str1, str2, str3);
238 xmlCatalogErr(xmlCatalogEntryPtr catal, xmlNodePtr node, int error, const char *msg, const xmlChar *str1, const xmlChar *str2, const xmlChar *str3) argument
H A Dvalid.c135 * @str2: extra informations
144 const xmlChar * str2, const xmlChar * str3)
167 (const char *) str3, 0, 0, msg, str1, str2, str3);
219 * @str2: extra information
228 const xmlChar * str2, const xmlChar * str3)
251 (const char *) str3, 0, 0, msg, str1, str2, str3);
141 xmlErrValidNode(xmlValidCtxtPtr ctxt, xmlNodePtr node, xmlParserErrors error, const char *msg, const xmlChar * str1, const xmlChar * str2, const xmlChar * str3) argument
225 xmlErrValidWarning(xmlValidCtxtPtr ctxt, xmlNodePtr node, xmlParserErrors error, const char *msg, const xmlChar * str1, const xmlChar * str2, const xmlChar * str3) argument
/external/chromium_org/third_party/openssl/openssl/apps/
H A Dca.c1711 ASN1_STRING *str,*str2; local
1818 str=str2=NULL;
1886 str2=X509_NAME_ENTRY_get_data(push);
1888 if (ASN1_STRING_cmp(str,str2) != 0)
1893 BIO_printf(bio_err,"The %s field needed to be the same in the\nCA certificate (%s) and the request (%s)\n",cv->name,((str2 == NULL)?"NULL":(char *)str2->data),((str == NULL)?"NULL":(char *)str->data));
H A Dspeed.c235 static void pkey_print_message(const char *str, const char *str2,
2595 static void pkey_print_message(const char *str, const char *str2, long num, argument
2600 : "Doing %d bit %s %s's for %ds: ",bits,str,str2,tm);
2605 : "Doing %ld %d bit %s %s's: ",num,bits,str,str2);
/external/icu4c/common/
H A Dunistr.cpp1767 const UnicodeString *str2 = (const UnicodeString*) key2.pointer; local
1768 if (str1 == str2) {
1771 if (str1 == NULL || str2 == NULL) {
1774 return *str1 == *str2;
/external/icu4c/test/intltest/
H A Dcaltest.cpp53 UnicodeString str2; local
54 out += cal.getTimeZone().getDisplayName(str2);
1516 UnicodeString str, str2; local
1571 UnicodeString str("FAIL: Results of add differ. "), str2;
1572 str += fmt.format(start, str2) + " ";
1574 fmt.format(cal->getTime(errorCode), str2.remove()) + "; ";
1576 fmt.format(calclone->getTime(errorCode), str2.remove());
H A Dwbnf.cpp1540 const char str2[] = "$p2 =(\\\\ $s $string $s)? 25%;"; local
1543 const char *str = str2;
H A Dcalregts.cpp984 UnicodeString output, testDesc, str, str2; local
1123 str2.remove();
1126 " got:" + sdf.format(got, str2));
1142 str2.remove();
1145 " got:" + sdf.format(got, str2));
1189 str2.remove();
1197 sdf.format(got, str2));
1212 str2.remove();
1214 sdf.format(got, str2));
H A Ddtfmttst.cpp1900 UnicodeString str, str2; local
1936 univ.format(parsedate, str2.remove()));
1950 univ.format(parsedate, str2.remove()));
1972 univ.format(parsedate, str2.remove()));
2004 UnicodeString str, str2; local
3433 + " str2:" + str11);
3444 UnicodeString str2; local
3445 str2 = fmt2->format(dt2, str2);
3446 logln(str2);
[all...]
H A Dnumfmtst.cpp6132 UnicodeString str2; local
6139 decFmt->format(num, str2, &iter2, status);
6147 str2.remove();
6148 decFmt->format(num, str2, NULL, status);
6149 assertEquals("null fpiter", str1, str2);
/external/openssl/apps/
H A Dca.c1711 ASN1_STRING *str,*str2; local
1818 str=str2=NULL;
1886 str2=X509_NAME_ENTRY_get_data(push);
1888 if (ASN1_STRING_cmp(str,str2) != 0)
1893 BIO_printf(bio_err,"The %s field needed to be the same in the\nCA certificate (%s) and the request (%s)\n",cv->name,((str2 == NULL)?"NULL":(char *)str2->data),((str == NULL)?"NULL":(char *)str->data));
H A Dspeed.c235 static void pkey_print_message(const char *str, const char *str2,
2595 static void pkey_print_message(const char *str, const char *str2, long num, argument
2600 : "Doing %d bit %s %s's for %ds: ",bits,str,str2,tm);
2605 : "Doing %ld %d bit %s %s's: ",num,bits,str,str2);
/external/icu4c/test/cintltst/
H A Dcapitst.c874 UChar str2[] = { 0x0B70, 0 }; local
907 sortKeyLen2 = ucol_getSortKey(c2, str2, -1, NULL, 0);
909 ucol_getSortKey(c2,str2,-1,sortKey2, sortKeyLen2+1);
915 result=ucol_strcoll(c2, str1, -1, str2, -1);
917 log_err("Error: %s was not less than %s: result=%d.\n", aescstrdup(str1,-1), aescstrdup(str2,-1), result);
919 log_info("[%s] -> %s (%d, from rule)\n", aescstrdup(str2,-1), sortKeyStr2, sortKeyLen2);
921 log_verbose("OK: %s was less than %s: result=%d.\n", aescstrdup(str1,-1), aescstrdup(str2,-1), result);
923 log_verbose("[%s] -> %s (%d, from rule)\n", aescstrdup(str2,-1), sortKeyStr2, sortKeyLen2);

Completed in 9543 milliseconds

123456