Searched refs:getCharClass (Results 1 – 1 of 1) sorted by relevance
300 int previousCharClass = getCharClass(nextChar - 1); in parseSmiley()301 int nextCharClass = getCharClass(nextChar + match.getText().length()); in parseSmiley()544 return getCharClass(index - 1) != getCharClass(index); in isWordBreak()563 switch (getCharClass(index - 1)) { in isURLBreak()577 private int getCharClass(int index) { in getCharClass() method in AbstractMessageParser