Go to the source code of this file.
Functions | |
void | PrintIsXXXFunction (TChar aCharValue) |
void | TCharIsXXXFunctions () |
void | TCharGetXXXFunctions () |
void | TCharInfoFunctions () |
void | MainL () |
TInt | E32Main () |
Definition in file tcharexample.cpp.
void PrintIsXXXFunction | ( | TChar | aCharValue | ) |
Extracts and prints information about a character using the TChar API.
aCharValue | The character of interest. |
Definition at line 82 of file tcharexample.cpp.
void TCharIsXXXFunctions | ( | ) |
Demonstrates the use of the TChar::IsXXX() functions
Definition at line 129 of file tcharexample.cpp.
void TCharGetXXXFunctions | ( | ) |
Demonstrates the use of the TChar::GetXXX() functions and member enumerations.
Definition at line 145 of file tcharexample.cpp.
void TCharInfoFunctions | ( | ) |
Extracts information about a character using TCharInfo
Definition at line 216 of file tcharexample.cpp.
TInt E32Main | ( | ) |
Returns standard error code on exit
Secure variant only Process entry point. Called by client using RProcess API
Entry point for the example
Definition at line 456 of file tcharexample.cpp.