Searched refs:rtl_ustr_ascii_compareIgnoreAsciiCase_WithLength (Results 1 – 5 of 5) sorted by relevance
/trunk/main/sal/qa/rtl/oustring/ |
H A D | rtl_ustr.cxx | 879 rtl_ustr_ascii_compareIgnoreAsciiCase_WithLength( NULL, 0, NULL); in TEST_F() 886 rtl_ustr_ascii_compareIgnoreAsciiCase_WithLength( aStr1.getStr(), 0, NULL); in TEST_F() 893 …rtl_ustr_ascii_compareIgnoreAsciiCase_WithLength( aStr1.getStr(), sStr2.getLength(), sStr2.getStr(… in TEST_F() 901 …sal_Int32 nValue = rtl_ustr_ascii_compareIgnoreAsciiCase_WithLength( suStr1.getStr(), 0, sStr2.get… in TEST_F() 910 …sal_Int32 nValue = rtl_ustr_ascii_compareIgnoreAsciiCase_WithLength( suStr1.getStr(), suStr1.getLe… in TEST_F() 919 …sal_Int32 nValue = rtl_ustr_ascii_compareIgnoreAsciiCase_WithLength( suStr1.getStr(), suStr1.getLe… in TEST_F()
|
/trunk/main/sal/inc/rtl/ |
H A D | ustring.hxx | 589 …return rtl_ustr_ascii_compareIgnoreAsciiCase_WithLength( pData->buffer, pData->length, asciiStr ) … in equalsIgnoreAsciiCaseAscii() 617 …return rtl_ustr_ascii_compareIgnoreAsciiCase_WithLength( pData->buffer, pData->length, asciiStr ) … in equalsIgnoreAsciiCaseAsciiL()
|
H A D | ustring.h | 434 sal_Int32 SAL_CALL rtl_ustr_ascii_compareIgnoreAsciiCase_WithLength( const sal_Unicode * first, sal…
|
/trunk/main/sal/util/ |
H A D | sal.map | 285 rtl_ustr_ascii_compareIgnoreAsciiCase_WithLength;
|
/trunk/main/sal/rtl/source/ |
H A D | ustring.c | 304 sal_Int32 SAL_CALL rtl_ustr_ascii_compareIgnoreAsciiCase_WithLength( const sal_Unicode* pStr1, in rtl_ustr_ascii_compareIgnoreAsciiCase_WithLength() function
|
Completed in 106 milliseconds