Lines Matching refs:at
9 * with the License. You may obtain a copy of the License at
120 caret has been positioned exactly at the required position.
131 /** Return the character at the specified position.
133 <p>Returns the character at the given index.</p>
140 the character at the index nIndex.
151 at the given index. To prevent the method from returning possibly
181 requested attributes and are defined for the character at the
199 text, i.e. the one at position length is a special case. It
204 the bounding box of some character when inserted at the end of the
207 width being at least one pixel so that the bounding box is not
221 of the virtual character at position length has to have
255 that is rendered on to the display at that point.
344 <p>The substring starts with the character at nStartIndex
345 (inclusive) and up to the character at nEndIndex (exclusive),
363 Returns the substring starting with the character at nStartIndex
364 (inclusive) and up to the character at nEndIndex (exclusive), if
376 the character at the given index, if any. For example, given the
378 which contains the character at position nIndex is returned, or an
379 empty string if no word is found at the that position.</p>