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

  /external/apache-http/src/org/apache/commons/codec/language/
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...]
  /prebuilt/common/http-client/
commons-codec-1.4.jar 

Completed in 588 milliseconds