Home
last modified time | relevance | path

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

/external/apache-http/src/org/apache/commons/codec/language/
DRefinedSoundex.java35 public class RefinedSoundex implements StringEncoder { class
41 public static final RefinedSoundex US_ENGLISH = new RefinedSoundex();
61 public RefinedSoundex() { in RefinedSoundex() method in RefinedSoundex
74 public RefinedSoundex(char[] mapping) { in RefinedSoundex() method in RefinedSoundex
/external/owasp/sanitizer/lib/commons-codec-1.4/
DRELEASE-NOTES.txt31 o [CODEC-72] Soundex and RefinedSoundex issues with character arrays.
38 o [CODEC-56] RefinedSoundex creates instance before al fields have been initialized.
Dcommons-codec-1.4.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/ ...
/external/apache-http/api/
Dcurrent.txt522 @Deprecated public class RefinedSoundex implements org.apache.commons.codec.StringEncoder {
523 ctor @Deprecated public RefinedSoundex();
524 ctor @Deprecated public RefinedSoundex(char[]);
529 … field @Deprecated public static final org.apache.commons.codec.language.RefinedSoundex US_ENGLISH;