Searched refs:asciiStr (Results 1 – 5 of 5) sorted by relevance
| /AOO41X/main/sal/inc/rtl/ |
| H A D | ustring.hxx | 469 sal_Int32 compareToAscii( const sal_Char* asciiStr ) const SAL_THROW(()) in compareToAscii() 471 return rtl_ustr_ascii_compare_WithLength( pData->buffer, pData->length, asciiStr ); in compareToAscii() 491 sal_Int32 compareToAscii( const sal_Char * asciiStr, sal_Int32 maxLength ) const SAL_THROW(()) in compareToAscii() argument 494 asciiStr, maxLength ); in compareToAscii() 516 …sal_Int32 reverseCompareToAsciiL( const sal_Char * asciiStr, sal_Int32 asciiStrLength ) const SAL_… in reverseCompareToAsciiL() argument 519 asciiStr, asciiStrLength ); in reverseCompareToAsciiL() 537 sal_Bool equalsAscii( const sal_Char* asciiStr ) const SAL_THROW(()) in equalsAscii() 540 asciiStr ) == 0; in equalsAscii() 560 sal_Bool equalsAsciiL( const sal_Char* asciiStr, sal_Int32 asciiStrLength ) const SAL_THROW(()) in equalsAsciiL() argument 566 pData->buffer, asciiStr, asciiStrLength ); in equalsAsciiL() [all …]
|
| /AOO41X/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
|
| /AOO41X/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
|
| /AOO41X/main/xmlsecurity/tools/demo/ |
| H A D | performance.cxx | 136 #define RTL_ASCII_USTRINGPARAM( asciiStr ) asciiStr, strlen( asciiStr ), RTL_TEXTENCODING_ASCII_US argument
|