Home
last modified time | relevance | path

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

/external/apache-http/src/org/apache/commons/codec/language/
DSoundex.java203 private char[] getSoundexMapping() { in getSoundexMapping() method in Soundex
218 if (index < 0 || index >= this.getSoundexMapping().length) { in map()
221 return this.getSoundexMapping()[index]; in map()