Searched refs:textIndex (Results 1 – 4 of 4) sorted by relevance
99 for (size_t i = start, textIndex = 0, posIndex = 0; i < end; i++) { in operator ()() local100 text[textIndex++] = layout.getGlyphId(i); in operator ()()105 for (size_t i = start, textIndex = 0, posIndex = 0; i < end; i++) { in operator ()() local106 text[textIndex++] = layout.getGlyphId(i); in operator ()()
568 int textIndex = 0; in getDescription() local570 while (textIndex < text.length && keyIndex < PREFERRED_DESCRIPTION_ORDER.length) { in getDescription()574 text[textIndex++] = next; in getDescription()
224 public boolean resetSelection(int textIndex) { in resetSelection() argument225 if (mSelectionTracker.resetSelection(textIndex, mEditor)) { in resetSelection()633 public boolean resetSelection(int textIndex, Editor editor) { in resetSelection() argument637 && textIndex >= mSelectionStart && textIndex <= mSelectionEnd in resetSelection()
26871 Landroid/icu/lang/UScriptRun;->textIndex:I