diff -r 4332f0f7be53 -r acd3cd4aaceb utilitylibraries/libutils/src/descriptor16tochar.cpp --- a/utilitylibraries/libutils/src/descriptor16tochar.cpp Thu Aug 19 11:33:45 2010 +0300 +++ b/utilitylibraries/libutils/src/descriptor16tochar.cpp Tue Aug 31 16:54:36 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)