Searched refs:soundexMap (Results 1 – 1 of 1) sorted by relevance
104 private static char soundexMap(final char ch) { in soundexMap() method in StringUtils143 char lastDigit = soundexMap(first); in soundex()149 final char digit = soundexMap(ch); in soundex()