TChar::TCharInfo Struct Reference

struct TChar::TCharInfo

A structure to hold information about a Unicode character.

An object of this type is passed to TChar::GetInfo() .

TChar::GetInfo

Member Data Documentation

TBdCategory iBdCategory

TBdCategory iBdCategory

Bi-directional category.

TCategory iCategory

TCategory iCategory

General category.

TInt iCombiningClass

TInt iCombiningClass

Combining class: number (currently) in the range 0..234

TUint iLowerCase

TUint iLowerCase

Lower case form.

TBool iMirrored

TBool iMirrored

True, if the character is mirrored.

TInt iNumericValue

TInt iNumericValue

Integer numeric value: -1 if none, -2 if a fraction.

TUint iTitleCase

TUint iTitleCase

Title case form.

TUint iUpperCase

TUint iUpperCase

Upper case form.