Home | History | Annotate | Download | only in share

Lines Matching refs:splids

358   *lpi_num = _get_lpis(dep->splids, dep->splids_extended + 1,
455 const uint16 * splids = get_lemma_spell_ids(offset);
456 int cmp = fuzzy_compare_spell_id(splids, nchar, searchable);
457 int pre = is_fuzzy_prefix_spell_id(splids, nchar, searchable);
570 uint16 * splids = get_lemma_spell_ids(offset);
572 if (!cached && 0 != fuzzy_compare_spell_id(splids, nchar, &searchable)) {
574 if (0 != fuzzy_compare_spell_id(splids, nchar, &searchable)) {
580 if (is_fuzzy_prefix_spell_id(splids, nchar, &searchable)) {
582 is_prefix_spell_id(splids, nchar, &searchable)) {
590 if (equal_spell_id(splids, nchar, &searchable) == true) {
627 uint16 UserDict::get_lemma_splids(LemmaIdType id_lemma, uint16 *splids,
636 splids[i] = ids[i];
659 uint16 * splids = get_lemma_spell_ids(offset);
674 npre_items[new_added].psb = get_lemma_score(words, splids, nchar);
721 uint16 * splids = get_lemma_spell_ids(offset);
723 if (!cached && 0 != fuzzy_compare_spell_id(splids, lemma_len, &searchable))
726 if (0 != fuzzy_compare_spell_id(splids, lemma_len, &searchable))
729 if (equal_spell_id(splids, lemma_len, &searchable) == true) {
856 LemmaIdType UserDict::get_lemma_id(char16 lemma_str[], uint16 splids[],
858 int32 off = locate_in_offsets(lemma_str, splids, lemma_len);
875 LmaScoreType UserDict::get_lemma_score(char16 lemma_str[], uint16 splids[],
879 return translate_score(_get_lemma_score(lemma_str, splids, lemma_len));
902 int UserDict::_get_lemma_score(char16 lemma_str[], uint16 splids[],
907 int32 off = locate_in_offsets(lemma_str, splids, lemma_len);
1699 LemmaIdType UserDict::put_lemma_no_sync(char16 lemma_str[], uint16 splids[],
1706 id = _put_lemma(lemma_str, splids, lemma_len, count, lmt);
2048 LemmaIdType UserDict::put_lemma(char16 lemma_str[], uint16 splids[],
2050 return _put_lemma(lemma_str, splids, lemma_len, count, time(NULL));
2053 LemmaIdType UserDict::_put_lemma(char16 lemma_str[], uint16 splids[],
2060 int32 off = locate_in_offsets(lemma_str, splids, lemma_len);
2097 LemmaIdType id = append_a_lemma(lemma_str, splids, lemma_len, count, lmt);
2136 uint16 * splids = get_lemma_spell_ids(offset);
2138 int32 off = locate_in_offsets(lemma_str, splids, lemma_len);
2175 LemmaIdType UserDict::append_a_lemma(char16 lemma_str[], uint16 splids[],
2185 *((uint16*)&lemmas_[offset + 2 + (i << 1)]) = splids[i];
2207 prepare_locate(&searchable, splids, lemma_len);