Home | History | Annotate | Download | only in share

Lines Matching refs:start_id

252 bool UserDict::load_dict(const char *file_name, LemmaIdType start_id,
261 start_id_ = start_id;
266 if (false == load(file_name, start_id)) {
415 uint16 start_id = searchable->splid_start[i];
417 if (fullids[i] >= start_id && fullids[i] < start_id + count)
433 uint16 start_id = searchable->splid_start[i];
435 if (fullids[i] >= start_id && fullids[i] < start_id + count)
992 LemmaIdType start_id = start_id_;
997 load_dict(file, start_id, kUserDictIdEnd);
1085 bool UserDict::load(const char *file, LemmaIdType start_id) {
1194 ids[i] = start_id + i;