Lines Matching refs:str2
327 String str2, int p2, int len2, int expRes) { in testSubstring() argument
333 res = oObj.compareSubstring(str1, p1, len1, str2, p2, len2); in testSubstring()
346 str2 + "', " + p2 + ", " + len2 + ")"); in testSubstring()
350 res = oObj.compareSubstring(str2, p2, len2, str1, p1, len1); in testSubstring()
362 log.println("('" + str2 + "', " + p2 + ", " + len2 + ", '" + in testSubstring()
407 protected boolean testString(String str1, String str2, int expRes) { in testString() argument
408 if (expRes == 0) return testString(str1, str2, expRes, false) ; in testString()
409 return testString(str1, str2, expRes, true) ; in testString()
412 private boolean testString(String str1, String str2, int expRes, in testString() argument
419 res = oObj.compareString(str1, str2); in testString()
425 log.println("Comparing of '" + str1 + "' and '" + str2 + "' OK" ); in testString()
427 log.println("Comparing of '" + str1 + "' and '" + str2 + in testString()
436 res = oObj.compareString(str2, str1); in testString()
442 log.println("Comparing of '" + str2 + "' and '" + str1 + "' OK" ); in testString()
444 log.println("Comparing of '" + str2 + "' and '" + str1 + in testString()