Searched defs:start_id (Results 1 - 2 of 2) sorted by relevance

/packages/inputmethods/PinyinIME/jni/share/
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...]
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

Completed in 221 milliseconds