|
||
class RIncrMatcherBuf : public RIncrMatcherBase;
Incrementally matches text against a modifiable descriptor buffer. Set aMaximumSize to be the maximum size of this buffer.
RIncrMatcherBase
- Base class for incremental matcher classes.
RIncrMatcherBuf
- Incrementally matches text against a modifiable descriptor buffer. Set aMaximumS...
Defined in RIncrMatcherBuf
:
MatchDes()
Gets the match text.MatchDes()const
Gets the match text.RIncrMatcherBuf()
Default constructor. RIncrMatcherBuf(const RIncrMatcherBuf &)
Copy constructor.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.protected: inline RIncrMatcherBuf(const RIncrMatcherBuf &aMatcher);
Copy constructor.
|
protected: virtual inline TDes& MatchDes();
Gets the match text.
|
protected: virtual inline const TDes& MatchDes() const;
Gets the match text.
|