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()1411 private static TrieNode longestMatch( in longestMatch() method in AbstractMessageParser1413 return longestMatch(root, p, start, false); in longestMatch()1421 private static TrieNode longestMatch( in longestMatch() method in AbstractMessageParser