Home
last modified time | relevance | path

Searched refs:rtl_ustr_ascii_shortenedCompare_WithLength (Results 1 – 9 of 9) sorted by relevance

/aoo42x/main/sal/osl/os2/
H A Dfile_url.cxx681 …if( 0 == rtl_ustr_ascii_shortenedCompare_WithLength( ustrSystemPath->buffer, ustrSystemPath->lengt… in osl_getFileURLFromSystemPath()
802 0 != rtl_ustr_ascii_shortenedCompare_WithLength( strURL->buffer, strURL->length, "file:\\\\", 7 ) in _osl_getSystemPathFromFileURL()
824 if ( 0 == rtl_ustr_ascii_shortenedCompare_WithLength( pDecodedURL, nDecodedLen, "file:\\\\", 7 ) ) in _osl_getSystemPathFromFileURL()
828 …if ( 0 == rtl_ustr_ascii_shortenedCompare_WithLength( pDecodedURL, nDecodedLen, "file:\\\\\\", 8 )… in _osl_getSystemPathFromFileURL()
831 …0 == rtl_ustr_ascii_shortenedCompare_WithLength( pDecodedURL, nDecodedLen, "file:\\\\localhost\\",… in _osl_getSystemPathFromFileURL()
832 …0 == rtl_ustr_ascii_shortenedCompare_WithLength( pDecodedURL, nDecodedLen, "file:\\\\127.0.0.1\\",… in _osl_getSystemPathFromFileURL()
955 …if( 0 == rtl_ustr_ascii_shortenedCompare_WithLength( pProtocol->buffer, pProtocol->length,"file://… in osl_getSystemPathFromFileURL()
971 …if( ( 0 == rtl_ustr_ascii_shortenedCompare_WithLength( pServer->buffer, pServer->length,"localhost… in osl_getSystemPathFromFileURL()
972 …( 0 == rtl_ustr_ascii_shortenedCompare_WithLength( pServer->buffer, pServer->length,"127.0.0.1/", … in osl_getSystemPathFromFileURL()
/aoo42x/main/sal/osl/unx/
H A Dfile_url.cxx170 …if ( -1 != nIndex && (4 != nIndex || 0 != rtl_ustr_ascii_shortenedCompare_WithLength( ustrFileURL-… in osl_getSystemPathFromFileURL()
227 …if( 0 == rtl_ustr_ascii_shortenedCompare_WithLength( pProtocol->buffer, pProtocol->length,"file://… in osl_getSystemPathFromFileURL()
243 …if( ( 0 == rtl_ustr_ascii_shortenedCompare_WithLength( pServer->buffer, pServer->length,"localhost… in osl_getSystemPathFromFileURL()
244 …( 0 == rtl_ustr_ascii_shortenedCompare_WithLength( pServer->buffer, pServer->length,"127.0.0.1/", … in osl_getSystemPathFromFileURL()
309 …if( 0 == rtl_ustr_ascii_shortenedCompare_WithLength( ustrSystemPath->buffer, ustrSystemPath->lengt… in osl_getFileURLFromSystemPath()
H A Dsignal.c514 else if ( 0 == rtl_ustr_ascii_shortenedCompare_WithLength( in ReportCrash()
/aoo42x/main/sal/inc/rtl/
H A Dustring.hxx493 return rtl_ustr_ascii_shortenedCompare_WithLength( pData->buffer, pData->length, in compareToAscii()
642 …return rtl_ustr_ascii_shortenedCompare_WithLength( pData->buffer+fromIndex, pData->length-fromInde… in matchAsciiL()
H A Dustring.h347 sal_Int32 SAL_CALL rtl_ustr_ascii_shortenedCompare_WithLength( const sal_Unicode * first, sal_Int32…
/aoo42x/main/store/workben/
H A Dt_file.cxx71 …if (rtl_ustr_ascii_shortenedCompare_WithLength(aPath.pData->buffer, aPath.pData->length, "file://"… in main()
/aoo42x/main/sal/util/
H A Dsal.map282 rtl_ustr_ascii_shortenedCompare_WithLength;
/aoo42x/main/sal/rtl/source/
H A Dustring.c191 sal_Int32 SAL_CALL rtl_ustr_ascii_shortenedCompare_WithLength( const sal_Unicode* pStr1, in rtl_ustr_ascii_shortenedCompare_WithLength() function
/aoo42x/main/sc/source/filter/xml/
H A DXMLConverter.cxx436 …if( (nLength == pInfo->mnIdentLength) && (::rtl_ustr_ascii_shortenedCompare_WithLength( pcIdStart,… in lclGetConditionInfo()

Completed in 630 milliseconds