Home | History | Annotate | Download | only in widget

Lines Matching refs:letter

124      * Default implementation compares the first character of word with letter.
126 protected int compare(String word, String letter) {
134 return mCollator.compare(firstLetter, letter);
139 * matches a given section's starting letter.
141 * @return the row index of the first occurrence, or the nearest next letter.
143 * row starting with "U" or any higher letter is returned. If there is no
169 char letter = mAlphabet.charAt(sectionIndex);
170 String targetLetter = Character.toString(letter);
171 int key = letter;
201 // Get letter at pos
263 char letter = mAlphabet.charAt(i);
264 String targetLetter = Character.toString(letter);
269 return 0; // Don't recognize the letter - falls under zero'th section