Home
last modified time | relevance | path

Searched refs:getMappingCode (Results 1 – 2 of 2) sorted by relevance

/external/apache-http/src/org/apache/commons/codec/language/
DSoundex.java172 private char getMappingCode(String str, int index) { in getMappingCode() method in Soundex
266 last = getMappingCode(str, 0); in soundex()
268 mapped = getMappingCode(str, incount++); in soundex()
DRefinedSoundex.java147 char getMappingCode(char c) { in getMappingCode() method in RefinedSoundex
178 current = getMappingCode(str.charAt(i)); in soundex()