Searched refs:RefinedSoundex (Results 1 – 4 of 4) sorted by relevance
35 public class RefinedSoundex implements StringEncoder { class41 public static final RefinedSoundex US_ENGLISH = new RefinedSoundex();61 public RefinedSoundex() { in RefinedSoundex() method in RefinedSoundex74 public RefinedSoundex(char[] mapping) { in RefinedSoundex() method in RefinedSoundex
31 o [CODEC-72] Soundex and RefinedSoundex issues with character arrays.38 o [CODEC-56] RefinedSoundex creates instance before al fields have been initialized.
META-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/ ...
522 @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;