HomeSort by relevance Sort by last modified time
    Searched full:soundex (Results 1 - 18 of 18) 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...]
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...]
SoundexUtils.java 23 * Utility methods for {@link Soundex} and {@link RefinedSoundex} classes.
32 * Cleans up the input string before Soundex processing by only returning
61 * <li>For Soundex, this return value ranges from 0 through 4: 0 indicates
64 * <li>For refined Soundex, the return value can be greater than 4.</li>
73 * @return The number of characters in the two Soundex encoded Strings that
88 * Returns the number of characters in the two Soundex encoded Strings that
91 * <li>For Soundex, this return value ranges from 0 through 4: 0 indicates
94 * <li>For refined Soundex, the return value can be greater than 4.</li>
101 * @return The number of characters in the two Soundex encoded Strings that
Metaphone.java 67 * soundex algorithm, but better at finding similar sounding words.
  /external/apache-http/src/org/apache/commons/codec/
StringEncoderComparator.java 26 * as Soundex, Metaphone, etc. This class can come in
28 * form of a name such as Soundex.
package.html 69 <a href="#">org.apache.commons.codec.language.Soundex</a>
71 <td>Implementation of the Soundex algorithm.</td>
  /external/libvpx/examples/includes/geshi/geshi/
oracle11.php 420 'SOUNDEX',
oracle8.php 354 'SOUNDEX',
lotusformulas.php 210 '@StatusBar', '@Sqrt', '@Soundex', '@Sort', '@Sin', '@Sign',
plsql.php 90 'STDDEV_POP', 'STDDEV', 'SQRT', 'SOUNDEX', 'SINH', 'SIN', 'SIGN',
sas.php 94 'SOUNDEX','SPEDIS','SQRT','STDERR','STD','STFIPS','STNAME',
tsql.php 123 'ASCII','NCHAR','SOUNDEX','CHAR','PATINDEX','SPACE','CHARINDEX',
mysql.php 177 'RIGHT','RPAD','RTRIM','SOUNDEX','SPACE','STRCMP','SUBSTRING_INDEX',
visualfoxpro.php 155 'Skpbar','Skppad','Sort','Soundex','SourceName','Sqlcommit',
php.php     [all...]
  /external/webkit/WebCore/storage/
DatabaseAuthorizer.cpp 79 m_whitelistedFunctions.add("soundex");
  /libcore/luni/src/test/java/tests/java/sql/
DatabaseMetaDataTest.java     [all...]
  /external/libvpx/examples/includes/geshi/docs/
geshi-doc.txt     [all...]

Completed in 149 milliseconds