Searched refs:getCharClass (Results 1 – 1 of 1) sorted by relevance
298 int previousCharClass = getCharClass(nextChar - 1); in parseSmiley()299 int nextCharClass = getCharClass(nextChar + match.getText().length()); in parseSmiley()542 return getCharClass(index - 1) != getCharClass(index); in isWordBreak()561 switch (getCharClass(index - 1)) { in isURLBreak()575 private int getCharClass(int index) { in getCharClass() method in AbstractMessageParser