HomeSort by relevance Sort by last modified time
    Searched refs:soundex (Results 1 - 12 of 12) sorted by null

  /external/apache-http/src/org/apache/commons/codec/language/
RefinedSoundex.java 23 * Encodes a string into a Refined Soundex value. A refined soundex code is
24 * optimized for spell checking words. Soundex method originally developed by
61 * Creates a refined soundex instance using a custom mapping. This
82 * Soundex, the return value can be greater than 4.
103 * Encodes an Object using the refined soundex algorithm. This method is
111 * soundex code which corresponds to the String supplied.
119 return soundex((String) pObject);
123 * Encodes a String using the refined soundex algorithm.
127 * @return A Soundex code corresponding to the String supplie
156 public String soundex(String str) { method in class:RefinedSoundex
    [all...]
Soundex.java 23 * Encodes a string into a Soundex value. Soundex is an encoding used to relate similar names, but can also be used as a
27 * @version $Id: Soundex.java,v 1.26 2004/07/07 23:15:24 ggregory Exp $
29 public class Soundex implements StringEncoder {
32 * An instance of Soundex using the US_ENGLISH_MAPPING mapping.
36 public static final Soundex US_ENGLISH = new Soundex();
54 * @see Soundex#Soundex(char[])
85 * The maximum length of a Soundex code - Soundex codes are only four characters by definition
249 public String soundex(String str) { method in class:Soundex
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.apache.commons.codec_1.3.0.v20100518-1140.jar 
  /external/owasp/sanitizer/lib/commons-codec-1.4/
commons-codec-1.4.jar 
  /prebuilts/devtools/tools/lib/
commons-codec-1.4.jar 
  /prebuilts/eclipse/mavenplugins/tycho/tycho-dependencies-m2repo/org/eclipse/tycho/tycho-bundles-external/0.20.0/eclipse/plugins/
org.apache.commons.codec_1.4.0.v201209201156.jar 
  /prebuilts/tools/common/http-client/
commons-codec-1.4.jar 
  /prebuilts/tools/common/m2/repository/commons-codec/commons-codec/1.4/
commons-codec-1.4.jar 
  /prebuilts/tools/common/m2/repository/org/eclipse/tycho/tycho-bundles-external/0.18.1/eclipse/plugins/
org.apache.commons.codec_1.4.0.v201209201156.jar 
  /external/robolectric/lib/main/
commons-codec-1.6.jar 
  /prebuilts/eclipse/maven/apache-maven-3.2.1/lib/
wagon-http-2.6-shaded.jar 
  /prebuilts/tools/common/m2/repository/com/cenqua/clover/clover/3.1.12/
clover-3.1.12.jar 

Completed in 396 milliseconds