Searched refs:longestMatch (Results 1 – 1 of 1) sorted by relevance
293 TrieNode match = longestMatch(getResources().getSmileys(), this, nextChar, in parseSmiley()316 TrieNode match = longestMatch(getResources().getAcronyms(), this, nextChar); in parseAcronym()1398 private static TrieNode longestMatch( in longestMatch() method in AbstractMessageParser1400 return longestMatch(root, p, start, false); in longestMatch()1408 private static TrieNode longestMatch( in longestMatch() method in AbstractMessageParser