Searched refs:firstChar (Results 1 – 3 of 3) sorted by relevance
94 private final char[] firstChar = new char[1]; field in LetterTileDrawable214 firstChar[0] = letter; in drawLetterTile()218 paint.getTextBounds(firstChar, 0, 1, rect); in drawLetterTile()226 firstChar, in drawLetterTile()
76 final char firstChar = wordFollowingTheNthPrevWord.charAt(0); in getNgramContextFromNthPreviousWord() local77 if (spacingAndPunctuations.isWordConnector(firstChar)) { in getNgramContextFromNthPreviousWord()
301 final int firstChar = Character.codePointAt(suggestion, 0); in onPickSuggestionManually() local302 if (!settingsValues.isWordSeparator(firstChar) in onPickSuggestionManually()303 || settingsValues.isUsuallyPrecededBySpace(firstChar)) { in onPickSuggestionManually()