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

/external/apache-http/src/org/apache/commons/codec/language/
H A DSoundex.java167 private char getMappingCode(String str, int index) { method in class:Soundex
261 last = getMappingCode(str, 0);
263 mapped = getMappingCode(str, incount++);
H A DRefinedSoundex.java142 char getMappingCode(char c) { method in class:RefinedSoundex
173 current = getMappingCode(str.charAt(i));

Completed in 88 milliseconds