Home
last modified time | relevance | path

Searched refs:soundex (Results 1 – 10 of 10) sorted by relevance

/external/apache-http/src/org/apache/commons/codec/language/
DRefinedSoundex.java124 return soundex((String) pObject); in encode()
135 return soundex(pString); in encode()
161 public String soundex(String str) { in soundex() method in RefinedSoundex
DSoundex.java143 return soundex((String) pObject); in encode()
156 return soundex(pString); in encode()
254 public String soundex(String str) { in soundex() method in Soundex
/external/python/cpython2/PC/os2vacpp/
Dmakefile.omk758 soundex.obj: abstract.h ceval.h classobject.h cobject.h complexobject.h \
Dmakefile1034 soundex.obj: $(PY_INCLUDE)\abstract.h $(PY_INCLUDE)\ceval.h $(PY_INCLUDE)\classobject.h \
/external/python/cpython2/
DREADME492 select, signal, socket, soundex, strop, struct,
/external/apache-http/api/
Dapache-http-legacy-current.txt602 method public java.lang.String soundex(java.lang.String);
615 method public java.lang.String soundex(java.lang.String);
/external/python/cpython2/Misc/
DHISTORY7996 - Removed the obsolete soundex module.
9146 stdwin, soundex, cml, cmpcache, dircache, dump, find, grep, packmail,
9486 soundex. (Skip Montanaro has a version in Python but it won't be
14904 - The soundex module now sports get_soundex() to get the soundex value for an
14905 arbitrary string (formerly it would only do soundex-based string
/external/curl/
DCHANGES.017181 dict://dict.org/m:hello::soundex
/external/sqlite/dist/orig/
Dsqlite3.c107503 FUNCTION(soundex, 1, 0, 0, soundexFunc ),
/external/sqlite/dist/
Dsqlite3.c107503 FUNCTION(soundex, 1, 0, 0, soundexFunc ),