Searched defs:start_offset (Results 1 - 3 of 3) sorted by relevance

/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
279 if (start_offset < 0 || length <= 0 || end_id <= start_id)
286 if (-1 == fseek(fp, start_offset, SEEK_SET)) {
304 ftell(fp) < start_offset + length ||
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 77 milliseconds