Searched refs:rtl_ustr_ascii_shortenedCompare_WithLength (Results 1 – 9 of 9) sorted by relevance
/aoo42x/main/sal/osl/os2/ |
H A D | file_url.cxx | 681 …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 D | file_url.cxx | 170 …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 D | signal.c | 514 else if ( 0 == rtl_ustr_ascii_shortenedCompare_WithLength( in ReportCrash()
|
/aoo42x/main/sal/inc/rtl/ |
H A D | ustring.hxx | 493 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 D | ustring.h | 347 sal_Int32 SAL_CALL rtl_ustr_ascii_shortenedCompare_WithLength( const sal_Unicode * first, sal_Int32…
|
/aoo42x/main/store/workben/ |
H A D | t_file.cxx | 71 …if (rtl_ustr_ascii_shortenedCompare_WithLength(aPath.pData->buffer, aPath.pData->length, "file://"… in main()
|
/aoo42x/main/sal/util/ |
H A D | sal.map | 282 rtl_ustr_ascii_shortenedCompare_WithLength;
|
/aoo42x/main/sal/rtl/source/ |
H A D | ustring.c | 191 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 D | XMLConverter.cxx | 436 …if( (nLength == pInfo->mnIdentLength) && (::rtl_ustr_ascii_shortenedCompare_WithLength( pcIdStart,… in lclGetConditionInfo()
|
Completed in 75 milliseconds