#include <e32std.h>
class TCharF : public TChar |
Public Member Functions | |
---|---|
TCharF(TUint) | |
TCharF(const TChar &) | |
TCharF & | operator=(TUint) |
TCharF & | operator=(const TChar &) |
Inherited Enumerations | |
---|---|
TChar:@15 | |
TChar:TBdCategory | |
TChar:TCategory | |
TChar:TCjkWidth | |
TChar:TEncoding |
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.
See also: User::Fold
TCharF | ( | TUint | aChar | ) | [inline] |
Constructs this 'fold character' object and initialises it with the specified value.
Parameters | |
---|---|
aChar | The initialisation value. |