Searched refs:expectedString (Results 1 - 9 of 9) sorted by relevance

/macosx-10.10.1/libauto-186/auto_tester/
H A DResourceTracking.m53 NSString *expectedString = @"triggering collection due to external resource tracker: resource tracker unit test";
54 NSRange r = [line rangeOfString:expectedString];
H A DUnregisteredThread.m64 NSString *expectedString = @"error: GC operation on unregistered thread. Thread registered implicitly. Break on auto_zone_thread_registration_error() to debug.";
65 NSRange r = [line rangeOfString:expectedString];
/macosx-10.10.1/ICU-531.30/icuSources/test/cintltst/
H A Dcintltst.h135 * Assert that the actualString equals the expectedString, and return
138 U_CFUNC UBool assertEquals(const char* msg, const char* expectedString,
/macosx-10.10.1/ICU-531.30/icuSources/test/intltest/
H A Ducharstrietest.cpp824 UnicodeString expectedString=UnicodeString(data[i].s, -1, US_INV).unescape(); local
825 UChar32 c=expectedString[0];
826 UChar32 nextCp=expectedString.length()>1 ? expectedString[1] : 0;
838 c=expectedString.char32At(0);
840 nextCp=expectedString.length()>cLength ? expectedString.char32At(cLength) : 0;
860 UnicodeString expectedString=UnicodeString(data[i].s, -1, US_INV).unescape(); local
861 int32_t stringLength= (i&1) ? -1 : expectedString.length();
864 result=trie.next(expectedString
938 UnicodeString expectedString=UnicodeString(data[i].s, -1, US_INV).unescape(); local
993 UnicodeString expectedString=UnicodeString(data[i].s, -1, US_INV).unescape(); local
1034 UnicodeString expectedString=UnicodeString(data[i].s, -1, US_INV).unescape(); local
[all...]
H A Dbytestrietest.cpp766 const char *expectedString=data[i].s; local
767 int32_t stringLength=strlen(expectedString);
770 if(!USTRINGTRIE_MATCHES(trie.next(expectedString[j]))) {
793 result=trie.next(expectedString+partialLength,
801 next(expectedString+partialLength,
821 const char *expectedString=data[i].s; local
822 int32_t stringLength=strlen(expectedString);
823 if(!trie.next(expectedString, stringLength/2)) {
828 if(trie.next(expectedString+stringLength/2, stringLength+1-stringLength/2)) {
H A Ditrbnf.cpp2029 UnicodeString expectedString = UnicodeString(expectedWords, -1, US_INV).unescape(); local
2030 if (actualString != expectedString) {
2034 msg.append(expectedString);
H A Drbbiapts.cpp1463 void RBBIAPITest::doTest(UnicodeString& testString, int32_t start, int32_t gotoffset, int32_t expectedOffset, const char* expectedString){ argument
1465 UnicodeString expected=CharsToUnicodeString(expectedString);
/macosx-10.10.1/ICU-531.30/icuSources/test/iotest/
H A Dstream.cpp220 const UChar* expectedString,
243 if (str != UnicodeString(expectedString)) {
244 log_err("Did not get expected results from \"%s\", expected \"%s\"\n", testString, expectedString);
217 testString( UnicodeString& str, const char* testString, const UChar* expectedString, int32_t expectedStatus) argument
/macosx-10.10.1/Security-57031.1.35/Security/sec/Security/
H A DSecCertificate.c4828 CFStringRef expectedString = (CFStringRef) expected; local
4831 bool result = (kCFCompareEqualTo == CFStringCompare(expectedString, itemString, 0));

Completed in 277 milliseconds