资源简介
简单适用于学习的安卓输入法代码,要用android studio打开

代码片段和文件信息
/*
* Copyright (C) 2009 The Android Open Source Project
*
* Licensed under the Apache License Version 2.0 (the “License“);
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing software
* distributed under the License is distributed on an “AS IS“ BASIS
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
#include
#include
#include
#include
#include
#include
#include “../include/pinyinime.h“
#include “../include/sync.h“
#include “../include/userdict.h“
#ifdef __cplusplus
extern “C“ {
#endif
using namespace ime_pinyin;
#define RET_BUF_LEN 256
static char16 retbuf[RET_BUF_LEN];
static char16 (*predict_buf)[kMaxPredictSize + 1] = NULL;
static size_t predict_len;
static Sync sync_worker;
static struct file_descriptor_offsets_t
{
jclass mClass;
jfieldID mDescriptor;
} gFileDescriptorOffsets;
JNIEXPORT jboolean JNICALL nativeImOpenDecoder(JNIEnv* env jclass jclazz
jbyteArray fn_sys_dict
jbyteArray fn_usr_dict) {
jbyte *fsd = (*env).GetByteArrayElements(fn_sys_dict 0);
jbyte *fud = (*env).GetByteArrayElements(fn_usr_dict 0);
jboolean jret = JNI_FALSE;
if (im_open_decoder((const char*)fsd (const char*)fud))
jret = JNI_TRUE;
(*env).ReleaseByteArrayElements(fn_sys_dict fsd 0);
(*env).ReleaseByteArrayElements(fn_usr_dict fud 0);
return jret;
}
JNIEXPORT jboolean JNICALL nativeImOpenDecoderFd(JNIEnv* env jclass jclazz
jobject fd_sys_dict
jlong startoffset
jlong length
jbyteArray fn_usr_dict) {
jint fd = env->GetIntField(fd_sys_dict gFileDescriptorOffsets.mDescriptor);
jbyte *fud = (*env).GetByteArrayElements(fn_usr_dict 0);
jboolean jret = JNI_FALSE;
int newfd = dup(fd);
if (im_open_decoder_fd(newfd startoffset length (const char*)fud))
jret = JNI_TRUE;
close(newfd);
(*env).ReleaseByteArrayElements(fn_usr_dict fud 0);
return jret;
}
JNIEXPORT void JNICALL nativeImSetMaxLens(JNIEnv* env jclass jclazz
jint max_sps_len
jint max_hzs_len) {
im_set_max_lens(static_cast(max_sps_len)
static_cast(max_hzs_len));
return;
}
JNIEXPORT jboolean JNICALL nativeImCloseDecoder(JNIEnv* env jclass jclazz) {
im_close_decoder();
return JNI_TRUE;
}
JNIEXPORT jint JNICALL nativeImSearch(JNIEnv* env jclass jc
属性 大小 日期 时间 名称
----------- --------- ---------- ----- ----
目录 0 2018-07-26 17:47 PinyinIME\
目录 0 2012-01-10 16:19 PinyinIME\res\
目录 0 2012-01-10 16:19 PinyinIME\res\drawable\
文件 424 2011-11-15 13:22 PinyinIME\res\drawable\space_icon.png
目录 0 2018-08-04 13:38 __MACOSX\
目录 0 2018-08-04 13:38 __MACOSX\PinyinIME\
目录 0 2018-08-04 13:38 __MACOSX\PinyinIME\res\
目录 0 2018-08-04 13:38 __MACOSX\PinyinIME\res\drawable\
文件 212 2011-11-15 13:22 __MACOSX\PinyinIME\res\drawable\._space_icon.png
文件 365 2011-11-15 13:22 PinyinIME\res\drawable\arrow_right.png
文件 212 2011-11-15 13:22 __MACOSX\PinyinIME\res\drawable\._arrow_right.png
文件 534 2011-11-15 13:22 PinyinIME\res\drawable\emotion_icon_12_popup.png
文件 212 2011-11-15 13:22 __MACOSX\PinyinIME\res\drawable\._emotion_icon_12_popup.png
文件 908 2011-11-15 13:22 PinyinIME\res\drawable\ime_en.png
文件 212 2011-11-15 13:22 __MACOSX\PinyinIME\res\drawable\._ime_en.png
文件 492 2011-11-15 13:22 PinyinIME\res\drawable\emotion_icon_06_popup.png
文件 212 2011-11-15 13:22 __MACOSX\PinyinIME\res\drawable\._emotion_icon_06_popup.png
文件 954 2011-11-15 13:22 PinyinIME\res\drawable\numstar.png
文件 212 2011-11-15 13:22 __MACOSX\PinyinIME\res\drawable\._numstar.png
文件 1017 2011-11-15 13:22 PinyinIME\res\drawable\shift_off_icon.png
文件 212 2011-11-15 13:22 __MACOSX\PinyinIME\res\drawable\._shift_off_icon.png
文件 151 2011-11-15 13:22 PinyinIME\res\drawable\cands_container_bg.9.png
文件 212 2011-11-15 13:22 __MACOSX\PinyinIME\res\drawable\._cands_container_bg.9.png
文件 593 2011-11-15 13:22 PinyinIME\res\drawable\candidate_balloon_bg.9.png
文件 212 2011-11-15 13:22 __MACOSX\PinyinIME\res\drawable\._candidate_balloon_bg.9.png
文件 226 2011-11-15 13:22 PinyinIME\res\drawable\comma_full_popup_icon.png
文件 212 2011-11-15 13:22 __MACOSX\PinyinIME\res\drawable\._comma_full_popup_icon.png
文件 128 2011-11-15 13:22 PinyinIME\res\drawable\skb_bg.png
文件 212 2011-11-15 13:22 __MACOSX\PinyinIME\res\drawable\._skb_bg.png
文件 229 2011-11-15 13:22 PinyinIME\res\drawable\emotion_icon_14_popup.png
文件 212 2011-11-15 13:22 __MACOSX\PinyinIME\res\drawable\._emotion_icon_14_popup.png
............此处省略455个文件信息
相关资源
- java串口通信全套完整代码-导入eclip
- JSP企业人事管理系统设计(源代码+论
- 当当网完整项目、包括js、css、html
- java代码编写将excel数据导入到mysql数据
- Java写的cmm词法分析器源代码及javacc学
- JAVA JSP公司财务管理系统 源代码 论文
- android-support-v4.jar已打包进去源代码
- u-blox_Android_GNSS_Driver_v3.10驱动源码+中
- 在线聊天系统(java代码)
- [免费]java学习 存储过程
- java实现的svn统计修改代码行数完整源
- 《kettle中调用java类》示例代码
- Java记事本【源代码 实验报告】
- java实现小型函数画图板(附源代码、
- 在线考试系统源代码(jsp)
- Android通讯录的源代码
- java编写21点游戏(附源代码)
- java 原创 坦克大战 源码 带有详细注释
- java sql2000员工管理系统数据库、文档
-
java操作xm
l文件的一个简单代码 - 自己用java写的计算器源代码(代码注
- Android工程模式简介.rar
- JAVA坦克大战游戏源代码
- 用Java编写的扫雷游戏源代码
- 《java程序设计》书附源代码
- java用spring struts hibernate做的学生成绩
- 基于JAVA的物业收费管理系统源代码
- java图片轮播代码 可控制
- java编写的迅雷下载器
- java实现验证码代码
评论
共有 条评论