Searched refs:asciiStr (Results 1 – 5 of 5) sorted by relevance
/aoo42x/main/sal/inc/rtl/ |
H A D | ustring.hxx | 469 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 …]
|
/aoo42x/main/xmlsecurity/source/xmlsec/ |
H A D | xmldocumentwrapper_xmlsecimpl.cxx | 67 #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
|
/aoo42x/main/xmlsecurity/source/helper/ |
H A D | xsecparser.cxx | 36 #define RTL_ASCII_USTRINGPARAM( asciiStr ) asciiStr, strlen( asciiStr ), RTL_TEXTENCODING_ASCII_US argument
|
H A D | xsecctl.hxx | 118 #define RTL_ASCII_USTRINGPARAM( asciiStr ) asciiStr, strlen( asciiStr ), RTL_TEXTENCODING_ASCII_US argument
|
/aoo42x/main/xmlsecurity/tools/demo/ |
H A D | performance.cxx | 136 #define RTL_ASCII_USTRINGPARAM( asciiStr ) asciiStr, strlen( asciiStr ), RTL_TEXTENCODING_ASCII_US argument
|
Completed in 58 milliseconds