Searched refs:textIndex (Results 1 – 4 of 4) sorted by relevance
109 for (size_t i = start, textIndex = 0, posIndex = 0; i < end; i++) { in operator ()() local110 text[textIndex++] = layout.getGlyphId(i); in operator ()()115 for (size_t i = start, textIndex = 0, posIndex = 0; i < end; i++) { in operator ()() local116 text[textIndex++] = layout.getGlyphId(i); in operator ()()
131 public boolean resetSelection(int textIndex) { in resetSelection() argument132 if (mSelectionTracker.resetSelection(textIndex, mEditor)) { in resetSelection()303 public boolean resetSelection(int textIndex, Editor editor) { in resetSelection() argument307 && textIndex >= mSelectionStart && textIndex <= mSelectionEnd in resetSelection()
491 int textIndex = 0; in getDescription() local493 while (textIndex < text.length && keyIndex < PREFERRED_DESCRIPTION_ORDER.length) { in getDescription()497 text[textIndex++] = next; in getDescription()
539 int textIndex = 0; in getDescription() local541 while (textIndex < text.length && keyIndex < PREFERRED_DESCRIPTION_ORDER.length) { in getDescription()545 text[textIndex++] = next; in getDescription()