HomeSort by relevance Sort by last modified time
    Searched defs:soundex (Results 1 - 19 of 19) 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
66 * Creates a refined soundex instance using a custom mapping. This
87 * Soundex, the return value can be greater than 4.
108 * Encodes an Object using the refined soundex algorithm. This method is
116 * soundex code which corresponds to the String supplied.
124 return soundex((String) pObject);
128 * Encodes a String using the refined soundex algorithm.
132 * @return A Soundex code corresponding to the String supplie
161 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 $
34 public class Soundex implements StringEncoder {
37 * An instance of Soundex using the US_ENGLISH_MAPPING mapping.
41 public static final Soundex US_ENGLISH = new Soundex();
59 * @see Soundex#Soundex(char[])
90 * The maximum length of a Soundex code - Soundex codes are only four characters by definition
254 public String soundex(String str) { method in class:Soundex
    [all...]
  /prebuilts/misc/common/robolectric/lib/
commons-codec-1.3.jar 
  /prebuilts/tools/common/m2/repository/commons-codec/commons-codec/1.3/
commons-codec-1.3.jar 
  /external/owasp/sanitizer/lib/commons-codec-1.4/
commons-codec-1.4.jar 
  /prebuilts/devtools/tools/lib/
commons-codec-1.4.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 
  /prebuilts/tools/common/offline-m2/commons-codec/commons-codec/1.4/
commons-codec-1.4.jar 
  /prebuilts/tools/common/m2/repository/commons-codec/commons-codec/1.10/
commons-codec-1.10.jar 
  /prebuilts/tools/common/offline-m2/commons-codec/commons-codec/1.10/
commons-codec-1.10.jar 
  /external/robolectric/v1/lib/main/
commons-codec-1.6.jar 
  /prebuilts/tools/common/m2/repository/commons-codec/commons-codec/1.6/
commons-codec-1.6.jar 
  /prebuilts/tools/common/m2/repository/commons-codec/commons-codec/1.9/
commons-codec-1.9.jar 
  /external/guice/extensions/persist/lib/
hsqldb.jar 
  /prebuilts/sdk/org.apache.http.legacy/
org.apache.http.legacy.jar 
  /frameworks/data-binding/prebuilds/1.0-rc0/
databinding-studio-bundle.jar 
  /prebuilts/tools/common/m2/repository/com/cenqua/clover/clover/3.1.12/
clover-3.1.12.jar 

Completed in 268 milliseconds