Symbian
Symbian OS Library

SYMBIAN OS V9.3

[Index] [Spacer] [Previous] [Next]



Location: e32std.h

Class TCharLC

class TCharLC : public TChar;

Description

Converts a specified character to lower case and provides functions to convert additional characters after construction of the object.

Derivation

Members

Defined in TCharLC:
TCharLC(), TCharLC(), operator=(), operator=()

Inherited from TChar:
Compose(), Decompose(), EAlphaGroup, EArabicNumber, EBoundaryNeutral, ECcCategory, ECfCategory, ECnCategory, ECoCategory, ECommonNumberSeparator, EControlGroup, ECsCategory, EEuropeanNumber, EEuropeanNumberSeparator, EEuropeanNumberTerminator, EFoldAccents, EFoldAll, EFoldCase, EFoldDigits, EFoldKana, EFoldSpaces, EFoldStandard, EFoldWidth, EFullWidth, EHalfWidth, ELeftToRight, ELeftToRightEmbedding, ELeftToRightOverride, ELetterModifierGroup, ELetterOtherGroup, ELlCategory, ELmCategory, ELoCategory, ELtCategory, ELuCategory, EMarkGroup, EMaxAssignedCategory, EMaxAssignedGroup, EMaxGraphicCategory, EMaxLetterCategory, EMaxLetterOrLetterModifierCategory, EMaxPrintableCategory, EMcCategory, EMeCategory, EMnCategory, ENarrow, ENdCategory, ENeutralWidth, ENlCategory, ENoCategory, ENonSpacingMark, ENumberGroup, EOtherNeutral, EParagraphSeparator, EPcCategory, EPdCategory, EPeCategory, EPfCategory, EPiCategory, EPoCategory, EPopDirectionalFormat, EPsCategory, EPunctuationGroup, ERightToLeft, ERightToLeftArabic, ERightToLeftEmbedding, ERightToLeftOverride, EScCategory, ESegmentSeparator, ESeparatorGroup, EShiftJIS, ESkCategory, ESmCategory, ESoCategory, ESymbolGroup, EUnassignedGroup, EUnicode, EWhitespace, EWide, EZlCategory, EZpCategory, EZsCategory, Eos(), Fold(), GetBdCategory(), GetCategory(), GetCjkWidth(), GetCombiningClass(), GetInfo(), GetLowerCase(), GetNumericValue(), GetTitleCase(), GetUpperCase(), IsAlpha(), IsAlphaDigit(), IsAssigned(), IsControl(), IsDigit(), IsGraph(), IsHexDigit(), IsLower(), IsMirrored(), IsPrint(), IsPunctuation(), IsSpace(), IsTitle(), IsUpper(), LowerCase(), SetChar(), TBdCategory, TCategory, TCharInfo, TCjkWidth, TEncoding, TitleCase(), UpperCase(), anonymous, operator TUint(), operator+(), operator+=(), operator-(), operator-=()


Construction and destruction


TCharLC()

inline TCharLC(TUint aChar);

Description

Constructs this 'character to lower case' object and initialises it with the specified value.

Parameters

TUint aChar

The initialisation value.


TCharLC()

inline TCharLC(const TChar &aChar);

Description

Constructs this 'character to lower case' 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.

[Top]


Member functions


operator=()

inline TCharLC &operator=(TUint aChar);

Description

Assigns an unsigned integer value to the 'character to lower case' object.

Parameters

TUint aChar

The value to assign.

Return value

TCharLC &

A reference to this 'character to lower case' object.


operator=()

inline TCharLC &operator=(const TChar &aChar);

Description

Assigns the specified character object to this 'character to lower case' object.

Parameters

const TChar &aChar

The character object to assign.

Return value

TCharLC &

A reference to this 'character to lower case' object.