Searched refs:getMappingCode (Results 1 – 2 of 2) sorted by relevance
172 private char getMappingCode(String str, int index) { in getMappingCode() method in Soundex266 last = getMappingCode(str, 0); in soundex()268 mapped = getMappingCode(str, incount++); in soundex()
147 char getMappingCode(char c) { in getMappingCode() method in RefinedSoundex178 current = getMappingCode(str.charAt(i)); in soundex()