|
||
class RIncrMatcherTextBuf : public RIncrMatcherBase;
Incrementally matches text against a text buffer with variable maximum length.
RIncrMatcherBase
- Base class for incremental matcher classes.
RIncrMatcherTextBuf
- Incrementally matches text against a text buffer with variable maximum length.
Defined in RIncrMatcherTextBuf
:
MatchDes()
Gets the match text.MatchDes()const
Gets the match text.RIncrMatcherTextBuf()
Default constructor. SetMatcherLengthL(TInt)
Sets the maximum length of text that can be stored through RIncrMatcherBase::Set...~RIncrMatcherTextBuf()
Destructor. Inherited from RIncrMatcherBase
:
AppendChar(TChar)
Appends a character to the end of the match text.Clear()
Clears the match text. DeleteLastChar()
Deletes the final character in the match text. FirstMatchingIndex(TInt &,const MDesC16Array &,TInt)const
Finds the first match in an array, using a binary comparison.FirstMatchingIndexC(TInt &,const MDesC16Array &,TInt)const
Finds the first match in an array, using locale collation rules.FirstMatchingIndexF(TInt &,const MDesC16Array &,TInt)const
Finds the first match in an array, using locale folding rules.IsMatch(const TDesC &)const
Tests for match, using a binary comparison.IsMatchC(const TDesC &)const
Tests for match, using locale collation rules.IsMatchF(const TDesC &)const
Tests for match, using locale folding rules.MatchLength()const
Gets the current length of the match text buffer. MatchText()const
Gets the match text as a TPtrC. MaxLength()const
Gets the maximum length of the match text buffer. SetBestMatch(const TDesC &)
Sets the match text to the best match between the match text and the passed buff...SetBestMatchC(const TDesC &)
Sets the match text to the best match between the match text and the passed buff...SetBestMatchF(const TDesC &)
Sets the match text to the best match between the match text and the passed buff...SetMatchText(const TDesC &)
Sets the match text.inline void SetMatcherLengthL(TInt aMaxLength);
Sets the maximum length of text that can be stored through RIncrMatcherBase::SetMatchText(const TDesC &)
etc.
|
protected: IMPORT_C virtual TDes& MatchDes();
Gets the match text.
|
protected: IMPORT_C virtual const TDes& MatchDes() const;
Gets the match text.
|