Home | History | Annotate | Download | only in src

Lines Matching refs:match_positions

734 				unsigned int match_positions[MAX_CONTEXT_LENGTH],
774 match_positions[0] = buffer->idx;
779 match_positions[i] = skippy_iter.idx;
814 unsigned int match_positions[MAX_CONTEXT_LENGTH], /* Including the first glyph */
873 while (buffer->idx < match_positions[i])
973 unsigned int match_positions[MAX_CONTEXT_LENGTH], /* Including the first glyph */
992 match_positions[j] += delta;
1001 buffer->move_to (match_positions[idx]);
1018 end = MAX ((int) match_positions[idx] + 1, int (end) + delta);
1035 memmove (match_positions + next + delta, match_positions + next,
1036 (count - next) * sizeof (match_positions[0]));
1042 match_positions[j] = match_positions[j - 1] + 1;
1046 match_positions[next] += delta;
1123 unsigned int match_positions[MAX_CONTEXT_LENGTH];
1127 &match_length, match_positions)
1129 inputCount, match_positions,
1655 unsigned int match_positions[MAX_CONTEXT_LENGTH];
1659 &match_length, match_positions)
1668 inputCount, match_positions,