Searched refs:longestMatch (Results 1 – 1 of 1) sorted by relevance
295 TrieNode match = longestMatch(getResources().getSmileys(), this, nextChar, in parseSmiley()318 TrieNode match = longestMatch(getResources().getAcronyms(), this, nextChar); in parseAcronym()1412 private static TrieNode longestMatch( in longestMatch() method in AbstractMessageParser1414 return longestMatch(root, p, start, false); in longestMatch()1422 private static TrieNode longestMatch( in longestMatch() method in AbstractMessageParser