Lines Matching refs:asciiStr

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()
587 sal_Bool equalsIgnoreAsciiCaseAscii( const sal_Char * asciiStr ) const SAL_THROW(()) in equalsIgnoreAsciiCaseAscii()
589 …rn rtl_ustr_ascii_compareIgnoreAsciiCase_WithLength( pData->buffer, pData->length, asciiStr ) == 0; in equalsIgnoreAsciiCaseAscii()
612 …sal_Bool equalsIgnoreAsciiCaseAsciiL( const sal_Char * asciiStr, sal_Int32 asciiStrLength ) const … in equalsIgnoreAsciiCaseAsciiL() argument
617 …rn rtl_ustr_ascii_compareIgnoreAsciiCase_WithLength( pData->buffer, pData->length, asciiStr ) == 0; in equalsIgnoreAsciiCaseAsciiL()
640 …sal_Bool matchAsciiL( const sal_Char* asciiStr, sal_Int32 asciiStrLength, sal_Int32 fromIndex = 0 … in matchAsciiL() argument
643 asciiStr, asciiStrLength ) == 0; in matchAsciiL()
670 …sal_Bool matchIgnoreAsciiCaseAsciiL( const sal_Char* asciiStr, sal_Int32 asciiStrLength, sal_Int32… in matchIgnoreAsciiCaseAsciiL() argument
673asciiStr, asciiStrLength ) == 0; in matchIgnoreAsciiCaseAsciiL()
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
712 asciiStrLength, asciiStr, asciiStrLength) in endsWithIgnoreAsciiCaseAsciiL()