Home
last modified time | relevance | path

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

/trunk/main/sal/inc/rtl/
H A Dustring.hxx491 sal_Int32 compareToAscii( const sal_Char * asciiStr, sal_Int32 maxLength ) const SAL_THROW(()) in compareToAscii() argument
516 …sal_Int32 reverseCompareToAsciiL( const sal_Char * asciiStr, sal_Int32 asciiStrLength ) const SAL_… in reverseCompareToAsciiL() argument
560 sal_Bool equalsAsciiL( const sal_Char* asciiStr, sal_Int32 asciiStrLength ) const SAL_THROW(()) in equalsAsciiL() argument
612 …sal_Bool equalsIgnoreAsciiCaseAsciiL( const sal_Char * asciiStr, sal_Int32 asciiStrLength ) const … in equalsIgnoreAsciiCaseAsciiL() argument
640 …sal_Bool matchAsciiL( const sal_Char* asciiStr, sal_Int32 asciiStrLength, sal_Int32 fromIndex = 0 … in matchAsciiL()
670 …sal_Bool matchIgnoreAsciiCaseAsciiL( const sal_Char* asciiStr, sal_Int32 asciiStrLength, sal_Int32… in matchIgnoreAsciiCaseAsciiL()
687 inline bool endsWithAsciiL(char const * asciiStr, sal_Int32 asciiStrLength) in endsWithAsciiL()
707 char const * asciiStr, sal_Int32 asciiStrLength) const in endsWithIgnoreAsciiCaseAsciiL()
/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/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/tools/demo/
H A Dperformance.cxx136 #define RTL_ASCII_USTRINGPARAM( asciiStr ) asciiStr, strlen( asciiStr ), RTL_TEXTENCODING_ASCII_US argument

Completed in 52 milliseconds