diff -r f345bda72bc4 -r 43e37759235e Symbian3/Examples/guid-6013a680-57f9-415b-8851-c4fa63356636/tcharexample_8cpp.html --- a/Symbian3/Examples/guid-6013a680-57f9-415b-8851-c4fa63356636/tcharexample_8cpp.html Tue Mar 30 11:56:28 2010 +0100 +++ b/Symbian3/Examples/guid-6013a680-57f9-415b-8851-c4fa63356636/tcharexample_8cpp.html Tue Mar 30 16:16:55 2010 +0100 @@ -1,170 +1,165 @@ - -
--Go to the source code of this file.
Functions | |
void | PrintIsXXXFunction (TChar aCharValue) |
Functions | |
void | PrintIsXXXFunction (TChar aCharValue) |
void | TCharIsXXXFunctions () |
void | TCharGetXXXFunctions () |
void | TCharInfoFunctions () |
void | MainL () |
TInt | E32Main () |
Definition in file tcharexample.cpp.
-Definition in file tcharexample.cpp.
+void PrintIsXXXFunction | +void PrintIsXXXFunction | ( | TChar | -aCharValue | +aCharValue | ) | -+ |
-Extracts and prints information about a character using the TChar API.
Extracts and prints information about a character using the TChar API.
+aCharValue | The character of interest. |
Definition at line 68 of file tcharexample.cpp.
+Definition at line 68 of file tcharexample.cpp.
void TCharIsXXXFunctions | +void TCharIsXXXFunctions | ( | -+ | ) | -+ |
Demonstrates the use of the TChar::IsXXX() functions
--Demonstrates the use of the TChar::IsXXX() functions -
Definition at line 115 of file tcharexample.cpp.
+Definition at line 115 of file tcharexample.cpp.
void TCharGetXXXFunctions | +void TCharGetXXXFunctions | ( | -+ | ) | -+ |
Demonstrates the use of the TChar::GetXXX() functions and member enumerations.
--Demonstrates the use of the TChar::GetXXX() functions and member enumerations. -
Definition at line 131 of file tcharexample.cpp.
+Definition at line 131 of file tcharexample.cpp.
void TCharInfoFunctions | +void TCharInfoFunctions | ( | -+ | ) | -+ |
Extracts information about a character using TCharInfo
--Extracts information about a character using TCharInfo -
Definition at line 202 of file tcharexample.cpp.
+Definition at line 202 of file tcharexample.cpp.
void MainL | +void MainL | ( | -+ | ) | -+ |
Much simpler MainL(), uses the new Rendezvous() call to sync with the client
+Secure variant Much simpler, uses the new Rendezvous() call to sync with the client
--Much simpler MainL(), uses the new Rendezvous() call to sync with the client
-Secure variant Much simpler, uses the new Rendezvous() call to sync with the client -
Definition at line 392 of file tcharexample.cpp.
+Definition at line 392 of file tcharexample.cpp.
TInt E32Main | +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
--Returns standard error code on exit
-Secure variant only Process entry point. Called by client using RProcess API
-Standard Epoc error code on process exit Secure variant only Process entry point. Called by client using RProcess API
Definition at line 442 of file tcharexample.cpp.
+Definition at line 442 of file tcharexample.cpp.
-