Home
last modified time | relevance | path

Searched refs:testSubstring (Results 1 – 1 of 1) sorted by relevance

/trunk/test/testuno/source/api/i18n/
H A DXTransliterationTest.java340 result &= testSubstring("", 0, 0, "", 0, 0, 0) ; in _compareSubstring()
341 result &= testSubstring("aa", 1, 0, "", 0, 0, 0) ; in _compareSubstring()
342 result &= testSubstring("aa", 1, 0, "aa", 2, 0, 0) ; in _compareSubstring()
343 result &= testSubstring("a", 0, 1, "a", 0, 1, 0) ; in _compareSubstring()
344 result &= testSubstring("ab", 0, 2, "ab", 0, 2, 0) ; in _compareSubstring()
345 result &= testSubstring("abc", 1, 2, "abc", 1, 2, 0) ; in _compareSubstring()
346 result &= testSubstring("abcdef", 0, 3, "123abc", 3, 3, 0) ; in _compareSubstring()
347 result &= testSubstring("abcdef", 1, 1, "123abc", 4, 1, 0) ; in _compareSubstring()
350 result &= testSubstring("a", 0, 1, "a", 0, 0, 1) ; in _compareSubstring()
351 result &= testSubstring("aaa", 1, 1, "", 0, 0, 1) ; in _compareSubstring()
[all …]