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/
Dapache-http-legacy-current.txt607 public deprecated class Soundex implements org.apache.commons.codec.StringEncoder {
608 ctor public Soundex();
609 ctor public Soundex(char[]);
616 field public static final org.apache.commons.codec.language.Soundex US_ENGLISH;