Home
last modified time | relevance | path

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

/external/apache-http/src/org/apache/commons/codec/language/
DSoundex.java34 public class Soundex implements StringEncoder { class
41 public static final Soundex US_ENGLISH = new Soundex();
108 public Soundex() { in Soundex() method in Soundex
122 public Soundex(char[] mapping) { in Soundex() method in Soundex
/external/owasp/sanitizer/lib/commons-codec-1.4/
DRELEASE-NOTES.txt31 o [CODEC-72] Soundex and RefinedSoundex issues with character arrays.
40 o [CODEC-10] Using US_ENGLISH in Soundex caused an NullPointerException.
/external/apache-http/api/
Dcurrent.txt533 @Deprecated public class Soundex implements org.apache.commons.codec.StringEncoder {
534 ctor @Deprecated public Soundex();
535 ctor @Deprecated public Soundex(char[]);
542 field @Deprecated public static final org.apache.commons.codec.language.Soundex US_ENGLISH;