资源简介
简单适用于学习的安卓输入法代码,要用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代码
- 安卓管理系统,,,,,,
- 基于eclipse开发的简单的音乐播放器
- CSDN客户端 Android新闻客户端 完整代码
- 编译原理课程设计含报告和可运行源
- 安卓万能拍照识别V1.3
- JAVA JSP MYSQL失物招领系统 源代码
- Android日记本小程序.rar
- JSP教学管理系统设计源代码+论文.zi
- 东北大学算法分析与设计实验内容代
- 图书管理系统Java开发源代码+mysql数据
- 音乐播放器安卓毕业论文
- Java代码 ,RFID开发
- JSP个人通讯录管理系统
- android超炫的图片浏览器图 + 代码 + 注
- java7并发编程实战手册----源代码
- 30天学通Java项目案例开发(完整源代
- 基于J2EE的 学生宿舍管理系统(内含数
- 电子商务本科毕业论文-二手车网上拍
- java 扫雷源代码 带有详细的注释
- 安卓Android 通过wifi进行p2p通讯和文件
- JavaWeb应用与开发郭克华源代码
- android.jar源码 安卓10(api29)
- opencv 集成安卓opencv_contrib4.1.0的包
- Android Studio项目-JK音乐播放器 安卓课
- 会聊天的机器人android源代码
- 风电系统物联网iot平台监控、报表、
- AndroidStudio理财小助手
- hadoop电商网站分析系统毕业设计项目
- android大作业:简单备忘录系统
评论
共有 条评论