/external/icu/icu4c/source/test/intltest/ |
D | ustrtest.cpp | 81 errln("insert() failed: expected \"" + expectedValue + "\"\n,got \"" + test1 + "\""); in TestBasicManipulation() 85 errln("clone()->insert() failed: expected \"" + expectedValue + "\"\n,got \"" + *c + "\""); in TestBasicManipulation() 92 errln("remove() failed: expected \"" + expectedValue + "\"\n,got \"" + test1 + "\""); in TestBasicManipulation() 97 errln("replace() failed: expected \"" + expectedValue + "\"\n,got \"" + test1 + "\""); in TestBasicManipulation() 106 errln("extract() failed: expected \"" + expectedValue + "\"\n,got \"" + test2 + "\""); in TestBasicManipulation() 111 errln("operator+=() failed: expected \"" + expectedValue + "\"\n,got \"" + test2 + "\""); in TestBasicManipulation() 114 errln(UnicodeString("length() failed: expected 70, got ") + test1.length()); in TestBasicManipulation() 116 errln(UnicodeString("length() failed: expected 30, got ") + test2.length()); in TestBasicManipulation() 121 …errln((UnicodeString)"append failed for UChar32, expected \"\\\\ud841\\\\udc02\", got " + prettify… in TestBasicManipulation() 124 … errln(UnicodeString("append or length failed for UChar32, expected 2, got ") + test3.length()); in TestBasicManipulation() [all …]
|
D | strtest.cpp | 36 errln("TestEndian: U_IS_BIG_ENDIAN needs to be fixed in platform.h"); in TestEndian() 42 …errln("TestSizeofWCharT: U_SIZEOF_WCHAR_T!=sizeof(wchar_t) - U_SIZEOF_WCHAR_T needs to be fixed in… in TestSizeofTypes() 45 errln("int64_t and uint64_t are undefined."); in TestSizeofTypes() 48 errln("TestSizeofTypes: 8!=sizeof(int64_t) - int64_t needs to be fixed in platform.h"); in TestSizeofTypes() 51 errln("TestSizeofTypes: 8!=sizeof(uint64_t) - uint64_t needs to be fixed in platform.h"); in TestSizeofTypes() 55 errln("8!=sizeof(double) - putil.c code may not work"); in TestSizeofTypes() 58 errln("4!=sizeof(int32_t)"); in TestSizeofTypes() 61 errln("4!=sizeof(uint32_t)"); in TestSizeofTypes() 64 errln("2!=sizeof(int16_t)"); in TestSizeofTypes() 67 errln("2!=sizeof(uint16_t)"); in TestSizeofTypes() [all …]
|
D | citrtest.cpp | 167 errln("Failed: firstPostInc() failed"); in TestCoverage() 170 errln("Failed: getIndex()."); in TestCoverage() 173 errln("Failed: getLength()"); in TestCoverage() 177 errln("Failed: setToStart()."); in TestCoverage() 181 errln("Failed: setToEnd()."); in TestCoverage() 184 errln("Failed: startIndex()"); in TestCoverage() 188 errln("Failed: first32PostInc() failed"); in TestCoverage() 210 errln("Construction failed: startIndex is negative"); in TestConstructionAndEquality() 212 errln("Construction failed: endIndex is greater than the text length"); in TestConstructionAndEquality() 214 errln("Construction failed: index is invalid"); in TestConstructionAndEquality() [all …]
|
D | tzrulets.cpp | 157 errln("FAIL: Couldn't create SimpleTimezone."); in TestSimpleRuleBasedTimeZone() 178 errln("FAIL: couldn't add AnnualTimeZoneRule 1-1."); in TestSimpleRuleBasedTimeZone() 187 errln("FAIL: couldn't add AnnualTimeZoneRule 1-2."); in TestSimpleRuleBasedTimeZone() 191 errln("FAIL: couldn't complete RBTZ 1."); in TestSimpleRuleBasedTimeZone() 201 errln("FAIL: couldn't add AnnualTimeZoneRule 2-1."); in TestSimpleRuleBasedTimeZone() 208 errln("FAIL: couldn't add AnnualTimeZoneRule 2-2."); in TestSimpleRuleBasedTimeZone() 212 errln("FAIL: couldn't complete RBTZ 2"); in TestSimpleRuleBasedTimeZone() 222 errln("FAIL: couldn't add AnnualTimeZoneRule 3-1."); in TestSimpleRuleBasedTimeZone() 229 errln("FAIL: couldn't add AnnualTimeZoneRule 3-2."); in TestSimpleRuleBasedTimeZone() 233 errln("FAIL: couldn't complete RBTZ 3"); in TestSimpleRuleBasedTimeZone() [all …]
|
D | sdtfmtts.cpp | 32 … errln("ERROR: Could not set default locale, test may not give correct results"); in runIndexedTest() 67 errln("ERROR: Could not create SimpleDateFormat (pattern) - %s", u_errorName(status)); in testAPI() 73 errln("ERROR: Could not create SimpleDateFormat (pattern French)"); in testAPI() 79 errln("ERROR: Could not create DateFormatSymbols (French)"); in testAPI() 92 errln("ERROR: Could not create SimpleDateFormat (pattern, symbols)"); in testAPI() 99 … errln("ERROR: Could not create SimpleDateFormat (pattern, override) - %s", u_errorName(status)); in testAPI() 105 …errln("ERROR: Could not create SimpleDateFormat (pattern, override, locale) - %s", u_errorName(sta… in testAPI() 112 …errln("ERROR: Should not have been able to create SimpleDateFormat (pattern, override, locale) wit… in testAPI() 123 errln("ERROR: Copy constructor (or ==) failed"); in testAPI() 128 errln("ERROR: Assignment (or !=) failed"); in testAPI() [all …]
|
D | srchtest.cpp | 61 errln("Collator creation failed with %s", u_errorName(status)); in StringSearchTest() 265 errln("Error setting USEARCH_ELEMENT_COMPARISON attribute %s", u_errorName(status)); in assertEqualWithStringSearch() 271 errln("Error with the initialization of match start and length"); in assertEqualWithStringSearch() 281 errln("Text: %s", str); in assertEqualWithStringSearch() 283 errln("Pattern: %s", str); in assertEqualWithStringSearch() 284 errln("Error next match found at %d (len:%d); expected %d (len:%d)", in assertEqualWithStringSearch() 298 errln("Error getting next matched text"); in assertEqualWithStringSearch() 307 errln("Text: %s", str); in assertEqualWithStringSearch() 309 errln("Pattern: %s", str); in assertEqualWithStringSearch() 310 errln("Error next match found at %d (len:%d); expected <NO MATCH>", in assertEqualWithStringSearch() [all …]
|
D | itercoll.cpp | 101 errln("Couldn't create a RuleBasedCollator with a contracting sequence."); in TestPrevious() 118 errln("Couldn't create a RuleBasedCollator with an expanding sequence."); in TestPrevious() 135 … errln("Couldn't create a RuleBasedCollator with both an expanding and a contracting sequence."); in TestPrevious() 151 errln("Couldn't create a collator"); in TestPrevious() 163 errln("Couldn't create Japanese collator\n"); in TestPrevious() 180 errln("Error: After setting offset to 0, we should be at the end " in TestOffset() 185 errln("Error: After setting offset to end of the string, we should " in TestOffset() 200 errln(msg1 + offset + msg2 + test1.length()); in TestOffset() 210 errln("setOffset failed."); in TestOffset() 226 errln("Error: in creation of Spanish collator - %s", u_errorName(status)); in TestOffset() [all …]
|
D | trnserr.cpp | 76 errln("FAIL: Out of bounds check failed (1)."); in TestTransliteratorErrors() 79 errln("FAIL: Transliterate fails and the target string was modified."); in TestTransliteratorErrors() 83 errln("FAIL: Out of bounds check failed (2)."); in TestTransliteratorErrors() 86 errln("FAIL: Transliterate fails and the target string was modified."); in TestTransliteratorErrors() 92 errln("FAIL: Start offset is out of bounds, error not reported.\n"); in TestTransliteratorErrors() 99 errln("FAIL: Limit offset is out of bounds, error not reported.\n"); in TestTransliteratorErrors() 108 …errln("FAIL: Test insertion with string: the transliteration position limit didn't change as expec… in TestTransliteratorErrors() 110 errln("FAIL: Error code wasn't set either."); in TestTransliteratorErrors() 120 …errln("FAIL: Test insertion with character: the transliteration position limit didn't change as ex… in TestTransliteratorErrors() 122 errln("FAIL: Error code wasn't set either."); in TestTransliteratorErrors() [all …]
|
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/lang/ |
D | TestUScriptRun.java | 70 …errln("Incorrect start offset for run " + run + ": expected " + runStarts[run] + ", got " + runSta… in CheckScriptRuns() 74 …errln("Incorrect limit offset for run " + run + ": expected " + runStarts[run + 1] + ", got " + ru… in CheckScriptRuns() 78 …errln("Incorrect script for run " + run + ": expected \"" + UScript.getName(testData[run].runScrip… in CheckScriptRuns() 91 errln("Incorrect number of runs: expected " + testData.length + ", got " + run); in CheckScriptRuns() 103 … errln("new UScriptRun(nullString, 0, 100) did not produce an IllegalArgumentException!"); in TestContstruction() 110 … errln("new UScriptRun(nullString, 100, 0) did not produce an IllegalArgumentException!"); in TestContstruction() 117 … errln("new UScriptRun(nullString, 0, -100) did not produce an IllegalArgumentException!"); in TestContstruction() 124 … errln("new UScriptRun(nullString, -100, 0) did not produce an IllegalArgumentException!"); in TestContstruction() 131 errln("new UScriptRun(nullChars, 0, 100) did not produce an IllegalArgumentException!"); in TestContstruction() 138 errln("new UScriptRun(nullChars, 100, 0) did not produce an IllegalArgumentException!"); in TestContstruction() [all …]
|
D | UTF16Test.java | 55 errln("FAIL Comparing char array append and string append " + in TestAppend() 66 errln("FAIL Counting code points in string appended with " + in TestAppend() 76 errln("fail appendCodePoint"); in TestAppend() 103 errln("FAIL checking bound type at index " + i); in TestBounds() 106 errln("FAIL checking bound type at index " + i); in TestBounds() 109 errln("FAIL checking bound type at index " + i); in TestBounds() 122 errln("FAIL Out of bounds index in bounds should fail"); in TestBounds() 130 errln("FAILED Subarray bounds in [" + start + ", " + limit + in TestBounds() 144 errln("FAILED Subarray bounds in [" + start + ", " + limit + in TestBounds() 157 errln("FAILED Subarray bounds in [" + start + ", " + limit + in TestBounds() [all …]
|
D | UCharacterSurrogateTest.java | 40 errln("could not find block for name: " + names[i]); in TestUnicodeBlockForName() 48 errln("-1"); in TestIsValidCodePoint() 50 errln("0"); in TestIsValidCodePoint() 52 errln("0x10ffff"); in TestIsValidCodePoint() 54 errln("0x110000"); in TestIsValidCodePoint() 59 errln("-1"); in TestIsSupplementaryCodePoint() 61 errln("0"); in TestIsSupplementaryCodePoint() 64 errln("0xffff"); in TestIsSupplementaryCodePoint() 67 errln("0x10000"); in TestIsSupplementaryCodePoint() 69 errln("0x10ffff"); in TestIsSupplementaryCodePoint() [all …]
|
D | UCharacterTest.java | 83 errln("FAIL \\u" + hex(i) + " expected to be a letter"); in TestLetterNumber() 87 errln("FAIL \\u" + hex(i) + " expected not to be a letter"); in TestLetterNumber() 91 errln("FAIL \\u" + hex(i) + " expected to be a digit"); in TestLetterNumber() 95 errln("FAIL \\u" + hex(i) + " expected not to be a digit"); in TestLetterNumber() 99 errln("FAIL \\u" + hex(i) + in TestLetterNumber() 155 errln("FAIL \\u" + hex(spaces[i]) + in TestSpaces() 162 errln("FAIL \\u" + hex(nonspaces[i]) + in TestSpaces() 169 errln("FAIL \\u" + hex(whitespaces[i]) + in TestSpaces() 175 errln("FAIL \\u" + hex(nonwhitespaces[i]) + in TestSpaces() 193 errln("\\u" + Utility.hex(patternWhiteSpace[i], 4) in TestSpaces() [all …]
|
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/util/ |
D | StringTokenizerTest.java | 58 errln("Constructor with default delimiter gives wrong results"); in TestConstructors() 65 errln("Constructor with a UnicodeSet to ignoreWhiteSpace is " + in TestConstructors() 76 … errln("Constructor with default delimiter and delimiter tokens gives wrong results"); in TestConstructors() 90 errln("Constructor with null delimiter gives wrong results"); in TestConstructors() 104 errln("Constructor with empty delimiter gives wrong results"); in TestConstructors() 109 errln("null string should throw an exception"); in TestConstructors() 115 errln("null string should throw an exception"); in TestConstructors() 121 errln("null string should throw an exception"); in TestConstructors() 127 errln("null string should throw an exception"); in TestConstructors() 134 errln("null string should throw an exception"); in TestConstructors() [all …]
|
D | ICUResourceBundleTest.java | 83 errln("Unexpected exception: "+ ex); in TestGetResources() 92 errln("Did not get the expected output for Weekend data"); in TestResourceBundleWrapper() 99 errln("wrapper mechanism failed for bogus locale."); in TestResourceBundleWrapper() 105 errln("Did not get the expected exception"); in TestResourceBundleWrapper() 119 errln("could not create the resource bundle"); in TestJB3879() 130 errln("could not create the resource bundle"); in TestOpen() 143 errln("Failed to get the items from number patterns table in bundle: "+ in TestOpen() 160 errln("Failed to get the items from number symbols table in bundle: "+ in TestOpen() 168 errln("could not create the resource bundle"); in TestOpen() 173 …errln("UResourceBundle did not load the default bundle when bundle was not found. Default: " + ULo… in TestOpen() [all …]
|
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/timescale/ |
D | TimeScaleAPITest.java | 34 errln("bigDecimalFrom(bigZero, -1) did not throw IllegalArgumentException."); in TestBigDecimalFromBigDecimal() 43 errln("bigDecimalFrom(bigZero, " + scale + ") threw IllegalArgumentException."); in TestBigDecimalFromBigDecimal() 49 errln("from(bigZero, MAX_SCALE) did not throw IllegalArgumetException."); in TestBigDecimalFromBigDecimal() 59 errln("bigDecimalFrom(0.0, -1) did not throw IllegalArgumentException."); in TestBigDecimalFromDouble() 68 errln("bigDecimalFrom(0.0, " + scale + ") threw IllegalArgumentException."); in TestBigDecimalFromDouble() 74 errln("from(0.0, MAX_SCALE) did not throw IllegalArgumetException."); in TestBigDecimalFromDouble() 84 errln("bigDecimalFrom(0L, -1) did not throw IllegalArgumentException."); in TestBigDecimalFromLong() 93 errln("bigDecimalFrom(0L, " + scale + ") threw IllegalArgumentException."); in TestBigDecimalFromLong() 99 errln("from(0L, MAX_SCALE) did not throw IllegalArgumetException."); in TestBigDecimalFromLong() 111 errln("from(0L, -1) did not throw IllegalArgumentException."); in TestFromLong() [all …]
|
/external/icu/icu4j/main/tests/collate/src/com/ibm/icu/dev/test/format/ |
D | GlobalizationPreferencesTest.java | 47 errln("FAIL: The default locale of the test environment must be en_US"); in TestDefault() 56 errln("FAIL: The primary locale is not en_US"); in TestDefault() 63 errln("FAIL: The secondary locale is not en"); in TestDefault() 69 errln("FAIL: Number of locales must be 2"); in TestDefault() 77 errln("FAIL: The calendar locale must match with the default JVM locale"); in TestDefault() 85 errln("FAIL: The collator locale must match with the default JVM locale"); in TestDefault() 93 errln("FAIL: The break iterator locale must match with the default JVM locale"); in TestDefault() 111 errln("FAIL: The number format locale must match with the default JVM locale"); in TestDefault() 119 errln("FAIL: This object is not yet frozen"); in TestFreezable() 130 errln("FAIL: reset() must not throw an exception before frozen"); in TestFreezable() [all …]
|
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/timezone/ |
D | TimeZoneRuleTest.java | 106 errln("FAIL: rbtz1 must be equivalent to the SimpleTimeZone in the time range."); in TestSimpleRuleBasedTimeZone() 109 errln("FAIL: rbtz2 must be equivalent to the SimpleTimeZone in the time range."); in TestSimpleRuleBasedTimeZone() 112 errln("FAIL: rbtz3 must be equivalent to the SimpleTimeZone in the time range."); in TestSimpleRuleBasedTimeZone() 117 errln("FAIL: rbtz1 and rbtz2 have different rules, but returned true."); in TestSimpleRuleBasedTimeZone() 120 errln("FAIL: rbtz1 and rbtz3 have different rules, but returned true."); in TestSimpleRuleBasedTimeZone() 124 errln("FAIL: Cloned RuleBasedTimeZone must have the same rules with the original."); in TestSimpleRuleBasedTimeZone() 143 errln("FAIL: Invalid time zone offset: " + offset + " /expected: 0"); in TestSimpleRuleBasedTimeZone() 147 errln("FAIL: Invalid daylight saving time"); in TestSimpleRuleBasedTimeZone() 151 errln("FAIL: Invalid time zone raw offset: " + offsets[0] + " /expected: -3600000"); in TestSimpleRuleBasedTimeZone() 154 errln("FAIL: Invalid DST amount: " + offsets[1] + " /expected: 3600000"); in TestSimpleRuleBasedTimeZone() [all …]
|
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/stringprep/ |
D | TestIDNA.java | 83 errln("convertToUnicode did not return expected result with options : "+ options + in doTestToUnicode() 87 … errln("convertToUnicode did not get the expected exception. The operation succeeded!"); in doTestToUnicode() 91 …errln("convertToUnicode did not get the expected exception for source: " + prettify(src) +" Got: … in doTestToUnicode() 98 errln("convertToUnicode did not return expected result with options : "+ options + in doTestToUnicode() 102 … errln("convertToUnicode did not get the expected exception. The operation succeeded!"); in doTestToUnicode() 106 …errln("convertToUnicode did not get the expected exception for source: " + prettify(src) +" Got: … in doTestToUnicode() 113 errln("convertToUnicode did not return expected result with options : "+ options + in doTestToUnicode() 117 errln("Did not get the expected exception. The operation succeeded!"); in doTestToUnicode() 121 …errln("Did not get the expected exception for source: " + prettify(src) +" Got: "+ ex.toString()); in doTestToUnicode() 134 errln("convertToUnicode did not return expected result with options : "+ options + in doTestIDNToUnicode() [all …]
|
D | TestStringPrep.java | 110 errln("Delimiter @ disappeared from the output!"); in TestNFS4MixedPrep() 113 … errln("mixed_prepare for string: " + mixed_prep_data[i] +" failed with " + e.toString()); in TestNFS4MixedPrep() 122 errln("Did not get the expected exception"); in TestNFS4MixedPrep() 141 errln("Did not get the expected output for nfs4_cis_prep at index " + i); in TestCISPrep() 145 errln("Did not get the expected exception"); in TestCISPrep() 159 errln("Got unexpected exception: " + e.toString()); in TestCSPrep() 168 errln("Did not get expected output. Expected: "+ prettify(src)+ in TestCSPrep() 172 errln("Got unexpected exception: " + e.toString()); in TestCSPrep() 181 errln("Did not get expected output. Expected: "+ prettify(src)+ in TestCSPrep() 185 errln("Got unexpected exception: " + e.toString()); in TestCSPrep() [all …]
|
/external/icu/icu4j/main/tests/translit/src/com/ibm/icu/dev/test/translit/ |
D | ErrorTest.java | 38 errln("FAIL: construction of Latin-Greek"); in TestTransliteratorErrors() 44 errln("FAIL: Out of bounds check failed (1)."); in TestTransliteratorErrors() 48 errln("FAIL: Transliterate fails and the target string was modified."); in TestTransliteratorErrors() 52 errln("FAIL: Out of bounds check failed (2)."); in TestTransliteratorErrors() 56 errln("FAIL: Transliterate fails and the target string was modified."); in TestTransliteratorErrors() 62 errln("FAIL: Start offset is out of bounds, error not reported."); in TestTransliteratorErrors() 71 errln("FAIL: Limit offset is out of bounds, error not reported.\n"); in TestTransliteratorErrors() 82 …errln("FAIL: Test insertion with string: the transliteration position limit didn't change as expec… in TestTransliteratorErrors() 85 errln("Insertion test with string failed for some reason."); in TestTransliteratorErrors() 94 …errln("FAIL: Test insertion with character: the transliteration position limit didn't change as ex… in TestTransliteratorErrors() [all …]
|
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/format/ |
D | IntlTestDecimalFormatSymbols.java | 39 errln("ERROR: English DecimalFormatSymbols equal to French"); in TestSymbols() 47 errln("ERROR: get/set ZeroDigit failed"); in TestSymbols() 53 errln("ERROR: get/set SignificantDigit failed"); in TestSymbols() 59 errln("ERROR: get/set Currency failed"); in TestSymbols() 65 errln("ERROR: get/set GroupingSeparator failed"); in TestSymbols() 71 errln("ERROR: get/set DecimalSeparator failed"); in TestSymbols() 77 errln("ERROR: get/set MonetaryGroupingSeparator failed"); in TestSymbols() 83 errln("ERROR: get/set MonetaryDecimalSeparator failed"); in TestSymbols() 89 errln("ERROR: get/set PerMill failed"); in TestSymbols() 95 errln("ERROR: get/set Percent failed"); in TestSymbols() [all …]
|
D | IntlTestDateFormatSymbols.java | 111 …errln("ERROR: Mismatch example, index " + i + ": expect prefix \"" + prefixArray[i] + "\" of base … in UnicodeStringsArePrefixes() 130 errln("ERROR: English DateFormatSymbols equal to French"); in TestSymbols() 141 errln("ERROR: setEras() failed (different size array)"); in TestSymbols() 146 errln("ERROR: setEras() failed (different string values)"); in TestSymbols() 157 errln("ERROR: setMonths() failed (different size array)"); in TestSymbols() 162 errln("ERROR: setMonths() failed (different string values)"); in TestSymbols() 172 errln("ERROR: setShortMonths() failed (different size array)"); in TestSymbols() 177 errln("ERROR: setShortMonths() failed (different string values)"); in TestSymbols() 187 errln("ERROR: setMonths(FORMAT,WIDE) failed (different size array)"); in TestSymbols() 192 errln("ERROR: setMonths(FORMAT,WIDE) failed (different string values)"); in TestSymbols() [all …]
|
D | NumberRegression.java | 67 errln("(new MyNumberFormatTest()).equals(null) throws unexpected exception"); in Test4075713() 83 if (nf1.equals(nf2)) errln("Test for bug 4074620 failed"); in Test4074620() 109 errln(" format(d) = '" + sBuf2 + "'"); in Test4088161() 127 errln("Test for bug 4087245 failed"); in Test4087245() 141 errln(n + ": '" + buffer + "'"); in Test4087535() 145 errln(n + ": '" + buffer + "'"); in Test4087535() 159 errln("Test for bug 4088503 failed."); in Test4088503() 182 errln(" DISPLAYVALUE " + stringValue); in assignFloatValue() 193 } catch (Exception e) { errln("Test for bug 4059870 failed : " + e); } in Test4059870() 206 errln("Test for bug 4083018 failed => Message : " + foo.getMessage()); in Test4083018() [all …]
|
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/iterator/ |
D | TestUCharacterIterator.java | 49 errln("Cloned operation failed"); in TestClone() 65 errln("getText failed for iterator"); in getText() 80 errln("Iterator failed retrieving first character"); in TestIteration() 85 errln("Iterator failed retrieving last character"); in TestIteration() 88 errln("Iterator failed determining begin and end index"); in TestIteration() 99 errln("Error mismatch in next() and nextCodePoint()"); in TestIteration() 105 errln("Error mismatch in next and nextCodePoint for " + in TestIteration() 118 errln("Error mismatch in previous() and " + in TestIteration() 125 errln("Error mismatch in previous and " + in TestIteration() 155 errln("iter.getText() failed"); in TestIterationUChar32() [all …]
|
/external/icu/icu4j/main/tests/collate/src/com/ibm/icu/dev/test/search/ |
D | SearchTest.java | 585 errln("Error opening string search" + e.getMessage()); in assertCanonicalEqual() 615 errln("Error opening string search " + e.getMessage()); in assertEqual() 645 errln("Error opening string search " + e.getMessage()); in assertEqualWithAttribute() 664 errln("Error with the initialization of match start and length"); in assertEqualWithStringSearch() 673 errln("Text: " + search.text); in assertEqualWithStringSearch() 674 errln("Searching forward for pattern: " + strsrch.getPattern()); in assertEqualWithStringSearch() 675 …errln("Expected offset,len " + matchindex + ", " + matchlength + "; got " + strsrch.getMatchStart(… in assertEqualWithStringSearch() 684 errln("Error getting following matched text"); in assertEqualWithStringSearch() 692 errln("Text: " + search.text); in assertEqualWithStringSearch() 693 errln("Searching forward for pattern: " + strsrch.getPattern()); in assertEqualWithStringSearch() [all …]
|