Searched refs:cmpustr (Results 1 – 5 of 5) sorted by relevance
/trunk/main/sal/qa/OStringBuffer/ |
H A D | rtl_String_Utils.hxx | 60 sal_Bool cmpustr( const sal_Unicode* str1, const sal_Unicode* str2, sal_uInt32 len ); 61 sal_Bool cmpustr( const sal_Unicode* str1, const sal_Unicode* str2 );
|
H A D | rtl_String_Utils.cxx | 146 sal_Bool cmpustr( const sal_Unicode* str1, const sal_Unicode* str2, sal_uInt32 len ) in cmpustr() function 162 sal_Bool cmpustr( const sal_Unicode* str1, const sal_Unicode* str2 ) in cmpustr() function
|
/trunk/main/sal/qa/rtl_strings/ |
H A D | rtl_String_Utils.hxx | 59 sal_Bool cmpustr( const sal_Unicode* str1, const sal_Unicode* str2, sal_uInt32 len ); 60 sal_Bool cmpustr( const sal_Unicode* str1, const sal_Unicode* str2 );
|
H A D | rtl_String_Utils.cxx | 124 sal_Bool cmpustr( const sal_Unicode* str1, const sal_Unicode* str2, sal_uInt32 len ) in cmpustr() function 140 sal_Bool cmpustr( const sal_Unicode* str1, const sal_Unicode* str2 ) in cmpustr() function
|
H A D | rtl_OUStringBuffer.cxx | 131 sal_Bool res = cmpustr(aUStrBuftmp.getStr(),aUStrBuf.getStr()); in test_rtl_OUStringBuffer_ctor_002() 216 sal_Bool res = cmpustr(aUStrBuftmp.getStr(),aUStrBuf.getStr()); in test_rtl_OUStringBuffer_ctor_005() 845 cmpustr( pstr, arrTestCase[i].expVal, arrTestCase[i].cmpLen ), in test_rtl_OUStringBuffer_csuc() 900 cmpustr( pstr, arrTestCase[i].expVal, arrTestCase[i].cmpLen ), in test_rtl_OUStringBuffer_getStr()
|
Completed in 31 milliseconds