utilitylibraries/libutils/src/descriptor16tochar.cpp
changeset 34 5fae379060a7
parent 0 e4d67989cc36
child 57 2efc27d87e1c
--- a/utilitylibraries/libutils/src/descriptor16tochar.cpp	Fri Jun 04 16:20:51 2010 +0100
+++ b/utilitylibraries/libutils/src/descriptor16tochar.cpp	Fri Jun 11 15:26:22 2010 +0300
@@ -28,7 +28,7 @@
    * reference to the character sream where the result of conversion 
    * is stored , n_size specifies the conversion size of the string 
    * @return Status code (0 is ESuccess, -1 is EInsufficientMemory, 
-   * -2 is EInvalidSize , -4 is EInvalidPointer)
+   * -2 is EInvalidSize , -4 is EInvalidPointer, -8 is EInvalidWCSSequence)
    */
 EXPORT_C int Tbuf16ToChar(TDes16& aSrc, char* aDes, int& n_size)
 {	
@@ -81,7 +81,8 @@
    * reference to the character sream where the result of conversion 
    * is stored , n_size specifies the conversion size of the string
    * @return Status code (0 is ESuccess, -1 is EInsufficientMemory, 
-   * -2 is EInvalidSize , -4 is EInvalidPointer)
+   * -2 is EInvalidSize , -4 is EInvalidPointer, -5 is EDescriptorNoData
+   * -8 is EInvalidWCSSequence)
    */	
 EXPORT_C int Tbufc16ToChar(TDesC& aSrc, char* aDes, int& n_size)
 {
@@ -134,7 +135,7 @@
    * reference to the character sream where the result of conversion 
    * is stored , n_size specifies the  conversion size of the string
    * @return Status code (0 is ESuccess, -1 is EInsufficientMemory, -2 is EInvalidSize
-   * -3 is EDescriptorNoData , -4 is EInvalidPointer)
+   * -3 is EDescriptorNoData , -4 is EInvalidPointer, -8 is EInvalidWCSSequence)
    */
 
 EXPORT_C int Tlitc16ToChar(const TDesC16& aSrc, char* aDes, int& n_size)
@@ -189,7 +190,7 @@
    * reference to the character sream where the result of conversion 
    * is stored , n_size specifies the conversion size of the string
    * @return Status code (0 is ESuccess, -1 is EInsufficientMemory, 
-   * -2 is EInvalidSize , -4 is EInvalidPointer)
+   * -2 is EInvalidSize , -4 is EInvalidPointer, -8 is EInvalidWCSSequence)
    */
 
 EXPORT_C int Tptr16ToCharp (const TDes16& aSrc, char* aDes, int& n_size)