📄 jam_msg_util.h
字号:
/*****************************************************************************
* Copyright Statement:
* --------------------
* This software is protected by Copyright and the information contained
* herein is confidential. The software may not be copied and the information
* contained herein may not be used or disclosed except with the written
* permission of MediaTek Inc. (C) 2001
*
*****************************************************************************/
/*****************************************************************************
*
* Filename:
* ---------
* jam_msg_util.h
*
* Project:
* --------
* Maui_Software
*
* Description:
* ------------
* This file implements J2ME message handler utilities
*
* Author:
* -------
* -------
*
****************************************************************************/
#ifndef __SUN_RI__
#ifndef JAM_MSG_UTIL_H
#define JAM_MSG_UTIL_H
#include "jam_msg_handler.h"
extern mids_list_info_struct *find_mids_info_by_id(game_type_enum type, kal_uint32 mids_id);
extern void trans_ucs2_to_utf8(kal_char *utf8, kal_wchar *ucs2string);
extern void trans_utf8_to_ucs2(kal_wchar *ucs2string, kal_char *utf8);
extern kal_uint32 get_ucs2_len(kal_wchar *ucs2string);
extern kal_uint32 get_dec_len(kal_uint32 dec);
extern void trans_dec_to_ascii(kal_char *dec_buffer, kal_uint32 dec);
extern mid_struct *find_mid_info_by_id(mids_list_info_struct *mids_info_ptr, kal_uint32 mid_id);
/* DRM Error Code: Must Less Than 0 */
#define JAVA_DRM_NOT_DRM_FILE -1
#define JAVA_DRM_NO_RIGHT -2
#endif /* JAM_MSG_UTIL_H */
#endif /* __SUN_RI__ */
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -