Home
last modified time | relevance | path

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

/trunk/main/sal/inc/rtl/
H A Dustring.hxx469 sal_Int32 compareToAscii( const sal_Char* asciiStr ) const SAL_THROW(()) in compareToAscii()
494 asciiStr, maxLength ); in compareToAscii()
519 asciiStr, asciiStrLength ); in reverseCompareToAsciiL()
537 sal_Bool equalsAscii( const sal_Char* asciiStr ) const SAL_THROW(()) in equalsAscii()
540 asciiStr ) == 0; in equalsAscii()
566 pData->buffer, asciiStr, asciiStrLength ); in equalsAsciiL()
587 sal_Bool equalsIgnoreAsciiCaseAscii( const sal_Char * asciiStr ) const SAL_THROW(()) in equalsIgnoreAsciiCaseAscii()
687 inline bool endsWithAsciiL(char const * asciiStr, sal_Int32 asciiStrLength) in endsWithAsciiL() argument
692 pData->buffer + pData->length - asciiStrLength, asciiStr, in endsWithAsciiL()
707 char const * asciiStr, sal_Int32 asciiStrLength) const in endsWithIgnoreAsciiCaseAsciiL() argument
[all …]
/trunk/main/xmlsecurity/source/xmlsec/
H A Dxmldocumentwrapper_xmlsecimpl.cxx67 #define RTL_ASCII_USTRINGPARAM( asciiStr ) asciiStr, strlen( asciiStr ), RTL_TEXTENCODING_ASCII_US argument
68 #define RTL_UTF8_USTRINGPARAM( asciiStr ) asciiStr, strlen( asciiStr ), RTL_TEXTENCODING_UTF8 argument
/trunk/main/xmlsecurity/source/helper/
H A Dxsecparser.cxx36 #define RTL_ASCII_USTRINGPARAM( asciiStr ) asciiStr, strlen( asciiStr ), RTL_TEXTENCODING_ASCII_US argument
H A Dxsecctl.hxx118 #define RTL_ASCII_USTRINGPARAM( asciiStr ) asciiStr, strlen( asciiStr ), RTL_TEXTENCODING_ASCII_US argument
/trunk/main/xmlsecurity/tools/demo/
H A Dperformance.cxx136 #define RTL_ASCII_USTRINGPARAM( asciiStr ) asciiStr, strlen( asciiStr ), RTL_TEXTENCODING_ASCII_US argument

Completed in 37 milliseconds