WEB开发网
开发学院手机开发Symbian 开发 Symbian字符串转换宝典 阅读

Symbian字符串转换宝典

 2010-05-31 20:21:00 来源:WEB开发网   
核心提示:n_size);IMPORT_C int Tlitc16ToChar (const TDesC16& aDes, char* aSrc,int& n_size);IMPORT_C int Tptr8ToChar (const TDes8& aSrc, char* aDes, int& n_size);IMPORT_C
n_size);

IMPORT_C int Tlitc16ToChar (const TDesC16& aDes, char* aSrc,int& n_size);

IMPORT_C int Tptr8ToChar (const TDes8& aSrc, char* aDes, int& n_size);

IMPORT_C int Tptr16ToCharp (const TDes16& aSrc, char* aDes, int& n_size);

IMPORT_C int Tptrc8ToCharp (TPtrC8& aSrc, char* aDes, int& n_size);

IMPORT_C int Tptrc16ToCharp (TPtrC16& aSrc, char* aDes, int& n_size);

IMPORT_C int Rbuf8ToChar (TDes8& aSrc, char * aDes, int& n_size);

IMPORT_C int Rbuf16ToChar (TDes16& aSrc, char* aDes, int& n_size);

IMPORT_C int Tbuf8ToWchar (TDes8& aSrc , wchar_t* aDes, int& n_size);

IMPORT_C int Tbuf16ToWchar (const TDes16& aSrc, wchar_t* aDes, int &n_size);

IMPORT_C int Tbufc8ToWchar (TDesC8& aSrc, wchar_t* aDes, int& n_size);

IMPORT_C int Tbufc16ToWchar (TDesC& aSrc, wchar_t* aDes, int& n_size);

IMPORT_C int Tlitc8ToWchar (const TDesC8& aDes, wchar_t* aSrc, int& n_size);

IMPORT_C int Tlitc16ToWchar (const TDesC16& aSrc, wchar_t* aDes, int& n_size);

IMPORT_C int Tptr8ToWcharp (const TPtr8& aSrc, wchar_t* aDes, int& n_size);

IMPORT_C int Tptr16ToWcharp (const TPtr16& aSrc, wchar_t* aDes, int& n_size);

IMPORT_C int Tptrc8ToWcharp (TPtrC8& aSrc, wchar_t* aDes, int& n_size);

IMPORT_C int Tptrc16ToWcharp (TPtrC16& aSrc, wchar_t* aDes, int& n_size);

IMPORT_C int Rbuf8ToWchar (TDes8& aSrc, wchar_t* aDes, int& n_size);

IMPORT_C int Rbuf16ToWchar (TDes16& aSrc, wchar_t* aDes, int& n_size);

IMPORT_C int WcharpToTptrc8(const wchar_t* aSrc, TDes16& aDes);

IMPORT_C int WcharpToTptr16(const wchar_t* aSrc, TDes16& aDes);

IMPORT_C int Tptrc8ToWstring (TPtrC8& aSrc, wstring& aDes);

上一页  1 2 3 4  下一页

Tags:Symbian 字符串 转换

编辑录入:coldstar [复制链接] [打 印]
赞助商链接