Searched refs:rtl_ustr_ascii_shortenedCompareIgnoreAsciiCase_WithLength (Results 1 – 6 of 6) sorted by relevance
/aoo42x/main/sal/osl/w32/ |
H A D | file_url.cxx | 730 …0 != rtl_ustr_ascii_shortenedCompareIgnoreAsciiCase_WithLength( strURL->buffer, strURL->length, "f… in _osl_getSystemPathFromFileURL() 749 …if ( 0 == rtl_ustr_ascii_shortenedCompareIgnoreAsciiCase_WithLength( pDecodedURL, nDecodedLen, "fi… in _osl_getSystemPathFromFileURL() 753 …if ( 0 == rtl_ustr_ascii_shortenedCompareIgnoreAsciiCase_WithLength( pDecodedURL, nDecodedLen, "fi… in _osl_getSystemPathFromFileURL() 756 …0 == rtl_ustr_ascii_shortenedCompareIgnoreAsciiCase_WithLength( pDecodedURL, nDecodedLen, "file:\\… in _osl_getSystemPathFromFileURL() 757 …0 == rtl_ustr_ascii_shortenedCompareIgnoreAsciiCase_WithLength( pDecodedURL, nDecodedLen, "file:\\… in _osl_getSystemPathFromFileURL()
|
/aoo42x/main/sal/qa/rtl/oustring/ |
H A D | rtl_ustr.cxx | 826 rtl_ustr_ascii_shortenedCompareIgnoreAsciiCase_WithLength( NULL, 0, NULL, 0); in TEST_F() 833 …rtl_ustr_ascii_shortenedCompareIgnoreAsciiCase_WithLength( aStr1.getStr(), aStr1.getLength(), NULL… in TEST_F() 840 …rtl_ustr_ascii_shortenedCompareIgnoreAsciiCase_WithLength( aStr1.getStr(), sStr2.getLength(), sStr… in TEST_F() 848 …sal_Int32 nValue = rtl_ustr_ascii_shortenedCompareIgnoreAsciiCase_WithLength( suStr1.getStr(), 0, … in TEST_F() 857 …sal_Int32 nValue = rtl_ustr_ascii_shortenedCompareIgnoreAsciiCase_WithLength( suStr1.getStr(), suS… in TEST_F() 866 …sal_Int32 nValue = rtl_ustr_ascii_shortenedCompareIgnoreAsciiCase_WithLength( suStr1.getStr(), suS… in TEST_F()
|
/aoo42x/main/sal/inc/rtl/ |
H A D | ustring.h | 504 sal_Int32 SAL_CALL rtl_ustr_ascii_shortenedCompareIgnoreAsciiCase_WithLength( const sal_Unicode * f…
|
H A D | ustring.hxx | 672 …return rtl_ustr_ascii_shortenedCompareIgnoreAsciiCase_WithLength( pData->buffer+fromIndex, pData->… in matchIgnoreAsciiCaseAsciiL()
|
/aoo42x/main/sal/util/ |
H A D | sal.map | 286 rtl_ustr_ascii_shortenedCompareIgnoreAsciiCase_WithLength;
|
/aoo42x/main/sal/rtl/source/ |
H A D | ustring.c | 362 sal_Int32 SAL_CALL rtl_ustr_ascii_shortenedCompareIgnoreAsciiCase_WithLength( const sal_Unicode* pS… in rtl_ustr_ascii_shortenedCompareIgnoreAsciiCase_WithLength() function
|
Completed in 49 milliseconds