Home | History | Annotate | Download | only in util

Lines Matching refs:Smiley

304       addToken(new Smiley(match.getText()));
545 /** Determines whether the given index could be a possible smiley break. */
599 * a smiley and <code>c2</code> could be the first character of
600 * a different smiley, if {@link #isWordBreak} would not already
660 SMILEY ("e"),
1137 /** Represents a smiley that was found in the input. */
1138 public static class Smiley extends Token {
1141 public Smiley(String text) {
1142 super(Type.SMILEY, text);
1260 case SMILEY:
1409 TrieNode root, AbstractMessageParser p, int start, boolean smiley) {
1419 } else if (smiley && p.isSmileyBreak(index)) {