Home
last modified time | relevance | path

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

/aoo4110/main/sal/qa/rtl/strings/
H A Dtest_oustringbuffer_utf32.cxx100 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()
/aoo4110/main/i18npool/source/collator/
H A Dchaptercollator.cxx77 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()
/aoo4110/main/qadevOOo/tests/java/ifc/container/
H A D_XHierarchicalNameAccess.java59 boolean res2 = oObj.hasByHierarchicalName(name); in _hasByHierarchicalName()
60 res &= !res2; in _hasByHierarchicalName()
/aoo4110/main/sal/workben/
H A Dtgetpwnam.cxx109 int res1,res2; in main() local
114 pthread_create(&tid2, NULL, workfunc2, &res2); in main()
/aoo4110/main/sal/qa/osl/process/
H A Dosl_Thread.cxx583 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 56 milliseconds