Searched refs:textIndex (Results 1 – 3 of 3) sorted by relevance
568 int textIndex = 0; in getDescription() local570 while (textIndex < text.length && keyIndex < PREFERRED_DESCRIPTION_ORDER.length) { in getDescription()574 text[textIndex++] = next; in getDescription()
98 for (size_t i = start, textIndex = 0, posIndex = 0; i < end; i++) { in operator ()() local99 text[textIndex++] = layout.getGlyphId(i); in operator ()()
223 public boolean resetSelection(int textIndex) { in resetSelection() argument224 if (mSelectionTracker.resetSelection(textIndex, mEditor)) { in resetSelection()631 public boolean resetSelection(int textIndex, Editor editor) { in resetSelection() argument635 && textIndex >= mSelectionStart && textIndex <= mSelectionEnd in resetSelection()