Searched refs:res2 (Results 1 – 5 of 5) sorted by relevance
/aoo41x/main/sal/qa/rtl/strings/ |
H A D | test_oustringbuffer_utf32.cxx | 100 rtl::OUString res2(buf2.makeStringAndClear()); in appendUtf32() local 101 createMessage(message, res2, rtl::OUString(str3, str3Len)); in appendUtf32() 103 message.getStr(), res2 == rtl::OUString(str3, str3Len)); in appendUtf32() 122 rtl::OUString res2(buf2.makeStringAndClear()); in insertUtf32() local 123 createMessage(message, res2, rtl::OUString(str3, str3Len)); in insertUtf32() 125 message.getStr(), res2 == rtl::OUString(str3, str3Len)); in insertUtf32()
|
/aoo41x/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()
|
/aoo41x/main/qadevOOo/tests/java/ifc/container/ |
H A D | _XHierarchicalNameAccess.java | 59 boolean res2 = oObj.hasByHierarchicalName(name); in _hasByHierarchicalName() 60 res &= !res2; in _hasByHierarchicalName()
|
/aoo41x/main/sal/workben/ |
H A D | tgetpwnam.cxx | 109 int res1,res2; in main() local 114 pthread_create(&tid2, NULL, workfunc2, &res2); in main()
|
/aoo41x/main/sal/qa/osl/process/ |
H A D | osl_Thread.cxx | 583 sal_Bool res2 = newthread->create(); in create_002() local 590 res1 && !res2 in create_002() 647 sal_Bool res2 = newthread->createSuspended(); in createSuspended_002() local 657 res1 && !res2 in createSuspended_002()
|
Completed in 31 milliseconds