Searched defs:soundex (Results 1 - 5 of 5) sorted by relevance

/external/apache-http/src/org/apache/commons/codec/language/
H A DRefinedSoundex.java23 * Encodes a string into a Refined Soundex value. A refined soundex code is
61 * Creates a refined soundex instance using a custom mapping. This
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.
130 return soundex(pString);
154 * @return A soundex code for the String supplied
156 public String soundex(String str) { method in class:RefinedSoundex
H A DSoundex.java108 * Creates a soundex instance using the given mapping. This constructor can be used to provide an internationalized
122 * Encodes an Object using the soundex algorithm. This method is provided in order to satisfy the requirements of
127 * @return An object (or type java.lang.String) containing the soundex code which corresponds to the String
138 return soundex((String) pObject);
142 * Encodes a String using the soundex algorithm.
151 return soundex(pString);
194 * Returns the soundex mapping.
245 * @return A soundex code for the String supplied
249 public String soundex(String str) { method in class:Soundex
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.apache.commons.codec_1.3.0.v20100518-1140.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
/external/owasp/sanitizer/lib/commons-codec-1.4/
H A Dcommons-codec-1.4.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/commons/ org/apache/commons/codec/ ...
/external/robolectric/lib/main/
H A Dcommons-codec-1.6.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/commons/ org/apache/commons/codec/ ...

Completed in 186 milliseconds