Searched refs:res2 (Results 1 – 5 of 5) sorted by relevance
/trunk/main/sal/qa/rtl/strings/ |
H A D | test_oustringbuffer_utf32.cxx | 88 rtl::OUString res2(buf2.makeStringAndClear()); in TEST_F() local 89 createMessage(message, res2, rtl::OUString(str3, str3Len)); in TEST_F() 91 res2 == rtl::OUString(str3, str3Len)) << message.getStr(); in TEST_F() 110 rtl::OUString res2(buf2.makeStringAndClear()); in TEST_F() local 111 createMessage(message, res2, rtl::OUString(str3, str3Len)); in TEST_F() 113 res2 == rtl::OUString(str3, str3Len)) << message.getStr(); in TEST_F()
|
/trunk/main/i18npool/source/collator/ |
H A D | chaptercollator.cxx | 77 ParseResult res1, res2; in compareSubstring() local 82 res2 = cclass->parseAnyToken( s2, 0, nLocale, DIGIT, aAddAllowed, DIGIT, aAddAllowed ); in compareSubstring() 84 return res1.Value == res2.Value ? 0 : res1.Value > res2.Value ? 1 : -1; in compareSubstring()
|
/trunk/main/qadevOOo/java/OOoRunner/src/main/java/ifc/container/ |
H A D | _XHierarchicalNameAccess.java | 59 boolean res2 = oObj.hasByHierarchicalName(name); in _hasByHierarchicalName() 60 res &= !res2; in _hasByHierarchicalName()
|
/trunk/main/sal/workben/ |
H A D | tgetpwnam.cxx | 109 int res1,res2; in main() local 114 pthread_create(&tid2, NULL, workfunc2, &res2); in main()
|
/trunk/main/sal/qa/osl/process/ |
H A D | osl_Thread.cxx | 582 sal_Bool res2 = newthread->create(); in TEST_F() local 587 … ASSERT_TRUE(res1 && !res2) << "Creates a new thread: can not create two threads per instance"; in TEST_F() 634 sal_Bool res2 = newthread->createSuspended(); in TEST_F() local 642 … ASSERT_TRUE(res1 && !res2) << "Creates a new thread: can not create two threads per instance"; in TEST_F()
|
Completed in 55 milliseconds