Searched refs:sys_fd (Results 1 - 6 of 6) sorted by relevance

/packages/inputmethods/PinyinIME/jni/include/
H A Dpinyinime.h43 * @param sys_fd The file in which the system dictionary is embedded.
45 * file sys_fd.
46 * @param length The length of the system dictionary in the file sys_fd,
50 bool im_open_decoder_fd(int sys_fd, long start_offset, long length,
H A Ddicttrie.h179 bool load_dict_fd(int sys_fd, long start_offset, long length,
H A Dmatrixsearch.h380 bool init_fd(int sys_fd, long start_offset, long length,
/packages/inputmethods/PinyinIME/jni/share/
H A Dpinyinime.cpp49 bool im_open_decoder_fd(int sys_fd, long start_offset, long length, argument
58 return matrix_search->init_fd(sys_fd, start_offset, length, fn_usr_dict);
H A Ddicttrie.cpp276 bool DictTrie::load_dict_fd(int sys_fd, long start_offset, argument
282 FILE *fp = fdopen(sys_fd, "rb");
H A Dmatrixsearch.cpp148 bool MatrixSearch::init_fd(int sys_fd, long start_offset, long length, argument
156 if (!dict_trie_->load_dict_fd(sys_fd, start_offset, length, 1, kSysDictIdEnd))

Completed in 34 milliseconds