| class TCharLC : public TChar |
Converts a specified character to lower case and provides functions to convert additional characters after construction of the object.
| Public Member Functions | |
|---|---|
| TCharLC(TUint) | |
| TCharLC(const TChar &) | |
| TCharLC & | operator=(TUint) |
| TCharLC & | operator=(const TChar &) |
| Inherited Enumerations | |
|---|---|
| TChar:@4 | |
| TChar:TBdCategory | |
| TChar:TCategory | |
| TChar:TCjkWidth | |
| TChar:TEncoding | |
| TCharLC | ( | TUint | aChar | ) | [inline] |
Constructs this 'character to lower case' object and initialises it with the specified value.
| TUint aChar | The initialisation value. |
| TCharLC | ( | const TChar & | aChar | ) | [inline] |
Constructs this 'character to lower case' object and initialises it with the value of the TChar object aChar.
| const TChar & aChar | The character object to use as the initialisation value. |