Home
last modified time | relevance | path

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

/aoo42x/main/comphelper/source/misc/
H A Dstoragehelper.cxx525 const sal_Int32 nSegLen = aSegment.getLength(); in PathHasSegment() local
527 if ( nSegLen && nPathLen >= nSegLen ) in PathHasSegment()
538 if ( !bResult && !aPath.compareTo( aSegment, nSegLen ) ) in PathHasSegment()
540 if ( nPathLen == nSegLen || aPath.getStr()[nSegLen] == (sal_Unicode)'/' ) in PathHasSegment()
544 …if ( !bResult && nPathLen > nSegLen && aPath.copy( nPathLen - nSegLen - 1, nSegLen + 1 ).equals( a… in PathHasSegment()

Completed in 8 milliseconds