Searched refs:start_id (Results 1 - 5 of 5) sorted by relevance

/packages/inputmethods/PinyinIME/jni/include/
H A Ddicttrie.h177 bool load_dict(const char *filename, LemmaIdType start_id,
180 LemmaIdType start_id, LemmaIdType end_id);
H A Datomdictbase.h57 * @param start_id The starting id used for this atom dictionary.
64 virtual bool load_dict(const char *file_name, LemmaIdType start_id,
H A Duserdict.h37 bool load_dict(const char *file_name, LemmaIdType start_id,
326 bool load(const char *file, LemmaIdType start_id);
/packages/inputmethods/PinyinIME/jni/share/
H A Ddicttrie.cpp244 bool DictTrie::load_dict(const char *filename, LemmaIdType start_id,
246 if (NULL == filename || end_id <= start_id)
266 total_lma_num_ > end_id - start_id + 1) {
277 long length, LemmaIdType start_id,
279 if (start_offset < 0 || length <= 0 || end_id <= start_id)
305 total_lma_num_ > end_id - start_id + 1) {
276 load_dict_fd(int sys_fd, long start_offset, long length, LemmaIdType start_id, LemmaIdType end_id) argument
H A Duserdict.cpp252 bool UserDict::load_dict(const char *file_name, LemmaIdType start_id, argument
261 start_id_ = start_id;
266 if (false == load(file_name, start_id)) {
415 uint16 start_id = searchable->splid_start[i]; local
417 if (fullids[i] >= start_id && fullids[i] < start_id + count)
433 uint16 start_id = searchable->splid_start[i]; local
435 if (fullids[i] >= start_id && fullids[i] < start_id + count)
992 LemmaIdType start_id
[all...]

Completed in 178 milliseconds