Searched refs:testSubstring (Results 1 – 1 of 1) sorted by relevance
/aoo41x/main/qadevOOo/tests/java/ifc/i18n/ |
H A D | _XTransliteration.java | 296 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() 306 result &= testSubstring("a", 0, 1, "a", 0, 0, 1) ; in _compareSubstring() 307 result &= testSubstring("aaa", 1, 1, "", 0, 0, 1) ; in _compareSubstring() 308 result &= testSubstring("bbb", 2, 1, "aaa", 2, 1, 1) ; in _compareSubstring() 309 result &= testSubstring("abc", 0, 3, "abc", 0, 2, 1) ; in _compareSubstring() [all …]
|
Completed in 13 milliseconds