Searched refs:lastChar (Results 1 – 4 of 4) sorted by relevance
23 int lastChar; field in EOLConvertingOutputStream32 if (lastChar != '\r') { in write()37 lastChar = oneByte; in write()42 if (lastChar == '\r') { in flush()44 lastChar = '\n'; in flush()
98 final char lastChar = focusedWord.charAt(length - 1); in getNgramContextFromNthPreviousWord() local99 if (spacingAndPunctuations.isSentenceTerminator(lastChar)) { in getNgramContextFromNthPreviousWord()105 if (spacingAndPunctuations.isWordSeparator(lastChar) in getNgramContextFromNthPreviousWord()106 || spacingAndPunctuations.isWordConnector(lastChar)) { in getNgramContextFromNthPreviousWord()
76 final char lastChar = last.charAt(0); in onTextChanged() local77 if (Character.isUpperCase(lastChar)) { in onTextChanged()80 } else if (Character.isLowerCase(lastChar)) { in onTextChanged()
199 const int lastChar = PatriciaTrieReadingUtils::getCodePointAndAdvancePosition( in getCodePointsAndProbabilityAndReturnCodePointCount() local202 outCodePoints[wordPos] = lastChar; in getCodePointsAndProbabilityAndReturnCodePointCount()