OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:soundex
(Results
1 - 4
of
4
) 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
...]
/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
Completed in 1095 milliseconds