Searched refs:expRes (Results 1 – 1 of 1) sorted by relevance
| /trunk/test/testuno/source/api/i18n/ |
| H A D | XTransliterationTest.java | 371 String str2, int p2, int len2, int expRes) { in testSubstring() argument 382 if (res != expRes) { in testSubstring() 384 expRes + " "); in testSubstring() 399 if (res != -expRes) { in testSubstring() 401 -expRes + " "); in testSubstring() 452 protected boolean testString(String str1, String str2, int expRes) { in testString() argument 453 if (expRes == 0) return testString(str1, str2, expRes, false) ; in testString() 454 return testString(str1, str2, expRes, true) ; in testString() 457 private boolean testString(String str1, String str2, int expRes, in testString() argument 469 if (res == expRes) { in testString() [all …]
|