Searched refs:testString (Results 1 – 5 of 5) sorted by relevance
/aoo42x/main/qadevOOo/tests/java/ifc/i18n/ |
H A D | _XTransliteration.java | 380 result &= testString("", "", 0) ; in _compareString() 381 result &= testString("a", "", 1) ; in _compareString() 382 result &= testString("a", "a", 0) ; in _compareString() 383 result &= testString("A", "a", 0) ; in _compareString() 384 result &= testString("b", "a", 1) ; in _compareString() 385 result &= testString("\n", "\n", 0) ; in _compareString() 386 result &= testString("\n", "\t", 1) ; in _compareString() 387 result &= testString("aaa", "aaa", 0) ; in _compareString() 389 result &= testString("aaa", "aa", 1) ; in _compareString() 390 result &= testString("ab", "aaa", 1) ; in _compareString() [all …]
|
/aoo42x/main/sc/source/ui/vba/testvba/TestDocuments-ooo-build/logs/unix/ |
H A D | VariantTest.log | 9 ITEM Assertion OK : test 5: res = (testString = '') 10 ITEM Assertion OK : test 6: res = (testString = 'fiddlesticks') 11 ITEM Assertion OK : test 7: res = ('' = testString) 12 ITEM Assertion OK : test 8: res = ('fiddlesticks' = testString ) 14 ITEM Assertion OK : test 10: res = ( testString < " ) 16 ITEM Assertion OK : test 12: res = ( testString > " ) 18 ITEM Assertion OK : test 14: res = ( testString <> '' )
|
/aoo42x/main/sc/source/ui/vba/testvba/TestDocuments-ooo-build/logs/win/ |
H A D | VariantTest.log | 9 ITEM Assertion OK : test 5: res = (testString = '') 10 ITEM Assertion OK : test 6: res = (testString = 'fiddlesticks') 11 ITEM Assertion OK : test 7: res = ('' = testString) 12 ITEM Assertion OK : test 8: res = ('fiddlesticks' = testString ) 14 ITEM Assertion OK : test 10: res = ( testString < " ) 16 ITEM Assertion OK : test 12: res = ( testString > " ) 18 ITEM Assertion OK : test 14: res = ( testString <> '' )
|
/aoo42x/main/extensions/qa/complex/extensions/ |
H A D | OfficeResourceLoader.java | 89 String testString = (String)m_bundle.getByName( "string:1000" ); in checkSimpleStringAccess() local 96 assertTrue( "invalid 'en-US' string", testString.equals( "Dummy String" ) ); in checkSimpleStringAccess() 104 assertTrue( "invalid 'de' string", testString.equals( "Attrappen-Zeichenkette" ) ); in checkSimpleStringAccess() 112 assertTrue( "invalid unlocalized string", testString.equals( "unlocalized string" ) ); in checkSimpleStringAccess()
|
/aoo42x/main/cppu/qa/ |
H A D | test_any.cxx | 1347 TEST_F(Test, testString) { in TEST_F() argument
|
Completed in 26 milliseconds