Searched refs:soundex (Results 1 – 5 of 5) sorted by relevance
78 String phoneticKey = StringUtils.soundex(p.first.toLowerCase()); in indexContacts()108 String phoneticKey = StringUtils.soundex(normalizedInput); in getContact()
131 public static String soundex(String str) { in soundex() method in StringUtils