|
|
|
|
Location:
e32std.h
class TCharLC : public TChar;
Converts a specified character to lower case and provides functions to convert additional characters after construction of the object.
TChar - Holds a character value and provides a number of utility functions to manipulate it and test its properties
TCharLC - Converts a specified character to lower case and provides functions to convert additional characters after construction
of the object
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-=()
inline TCharLC(TUint aChar);
Constructs this 'character to lower case' object and initialises it with the specified value.
|
inline TCharLC(const TChar &aChar);
Constructs this 'character to lower case' object and initialises it with the value of the TChar object aChar.
|