TCharF Class Reference
class TCharF : public TChar |
Folds a specified character and provides functions to fold additional characters after construction of the object.
Folding converts the character to a form which can be used in tolerant comparisons without control over the operations performed. Tolerant comparisons are those which ignore character differences like case and accents.
Note that folding is locale-independent behaviour. It is also important to note that there can be no guarantee that folding is in any way culturally appropriate, and should not be used for matching characters in natural language.
User::Fold
Constructor & Destructor Documentation
TCharF(TUint)
TCharF | ( | TUint | aChar | ) | [inline] |
Constructs this 'fold character' object and initialises it with the specified value.
Parameters
TUint aChar | The initialisation value. |
TCharF(const TChar &)
TCharF | ( | const TChar & | aChar | ) | [inline] |
Constructs this 'fold character' object and initialises it with the value of the TChar object aChar.
Parameters
const TChar & aChar | The character object to use as the initialisation value. |
Member Functions Documentation
operator=(TUint)
Assigns an unsigned integer value to the 'fold character' object.
Parameters
TUint aChar | The value to assign. |
operator=(const TChar &)
Assigns the specified character object to this 'fold character' object.
Parameters
const TChar & aChar | The character object to assign. |
Copyright ©2010 Nokia Corporation and/or its subsidiary(-ies).
All rights
reserved. Unless otherwise stated, these materials are provided under the terms of the Eclipse Public License
v1.0.