Searched refs:soundex (Results 1 – 11 of 11) sorted by relevance
/external/apache-http/src/org/apache/commons/codec/language/ |
D | RefinedSoundex.java | 124 return soundex((String) pObject); in encode() 135 return soundex(pString); in encode() 161 public String soundex(String str) { in soundex() method in RefinedSoundex
|
D | Soundex.java | 143 return soundex((String) pObject); in encode() 156 return soundex(pString); in encode() 254 public String soundex(String str) { in soundex() method in Soundex
|
/external/oss-fuzz/projects/sqlite3/ |
D | sql.dict | 50 function_soundex=" soundex(1)"
|
/external/python/cpython2/PC/os2vacpp/ |
D | makefile.omk | 758 soundex.obj: abstract.h ceval.h classobject.h cobject.h complexobject.h \
|
D | makefile | 1034 soundex.obj: $(PY_INCLUDE)\abstract.h $(PY_INCLUDE)\ceval.h $(PY_INCLUDE)\classobject.h \
|
/external/python/cpython2/ |
D | README | 493 select, signal, socket, soundex, strop, struct,
|
/external/apache-http/api/ |
D | current.txt | 528 method @Deprecated public String soundex(String); 541 method @Deprecated public String soundex(String);
|
/external/python/cpython2/Misc/ |
D | HISTORY | 7996 - 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/python/cpython3/Misc/ |
D | HISTORY | 25375 - Removed the obsolete soundex module. 26525 stdwin, soundex, cml, cmpcache, dircache, dump, find, grep, packmail, 26865 soundex. (Skip Montanaro has a version in Python but it won't be 32283 - The soundex module now sports get_soundex() to get the soundex value for an 32284 arbitrary string (formerly it would only do soundex-based string
|
/external/sqlite/dist/ |
D | sqlite3.c | 114972 FUNCTION(soundex, 1, 0, 0, soundexFunc ),
|
/external/sqlite/dist/orig/ |
D | sqlite3.c | 114956 FUNCTION(soundex, 1, 0, 0, soundexFunc ),
|