Home | History | Annotate | Download | only in share

Lines Matching refs:offset_index

945 bool UserDict::remove_lemma_by_offset_index(int offset_index) {
949 int32 off = offset_index;
1984 score_offset_pairs[i].offset_index = i;
1994 score_offset_pairs[0].offset_index = i;
2000 int off = score_offset_pairs[i].offset_index;
2013 int p = sop[i].offset_index;
2015 sop[i].offset_index = sop[j].offset_index;
2017 sop[j].offset_index = p;