Home
last modified time | relevance | path

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

/AOO41X/main/qadevOOo/tests/java/ifc/i18n/
H A D_XTransliteration.java296 result &= testSubstring("", 0, 0, "", 0, 0, 0) ; in _compareSubstring()
297 result &= testSubstring("aa", 1, 0, "", 0, 0, 0) ; in _compareSubstring()
298 result &= testSubstring("aa", 1, 0, "aa", 2, 0, 0) ; in _compareSubstring()
299 result &= testSubstring("a", 0, 1, "a", 0, 1, 0) ; in _compareSubstring()
300 result &= testSubstring("ab", 0, 2, "ab", 0, 2, 0) ; in _compareSubstring()
301 result &= testSubstring("abc", 1, 2, "abc", 1, 2, 0) ; in _compareSubstring()
302 result &= testSubstring("abcdef", 0, 3, "123abc", 3, 3, 0) ; in _compareSubstring()
303 result &= testSubstring("abcdef", 1, 1, "123abc", 4, 1, 0) ; in _compareSubstring()
306 result &= testSubstring("a", 0, 1, "a", 0, 0, 1) ; in _compareSubstring()
307 result &= testSubstring("aaa", 1, 1, "", 0, 0, 1) ; in _compareSubstring()
[all …]