Home
last modified time | relevance | path

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

/trunk/main/sal/inc/rtl/
H A Dustring.hxx562 if ( pData->length != asciiStrLength ) in equalsAsciiL()
566 pData->buffer, asciiStr, asciiStrLength ); in equalsAsciiL()
614 if ( pData->length != asciiStrLength ) in equalsIgnoreAsciiCaseAsciiL()
687 inline bool endsWithAsciiL(char const * asciiStr, sal_Int32 asciiStrLength) in endsWithAsciiL()
690 return asciiStrLength <= pData->length in endsWithAsciiL()
692 pData->buffer + pData->length - asciiStrLength, asciiStr, in endsWithAsciiL()
693 asciiStrLength); in endsWithAsciiL()
707 char const * asciiStr, sal_Int32 asciiStrLength) const in endsWithIgnoreAsciiCaseAsciiL()
709 return asciiStrLength <= pData->length in endsWithIgnoreAsciiCaseAsciiL()
711 pData->buffer + pData->length - asciiStrLength, in endsWithIgnoreAsciiCaseAsciiL()
[all …]

Completed in 27 milliseconds