Definition at line 22 of file Soundex.cs.
abstract string Deveel.Data.Text.Soundex.Compute |
( |
string |
s | ) |
|
|
pure virtual |
virtual int Deveel.Data.Text.Soundex.Difference |
( |
string |
s1, |
|
|
string |
s2 |
|
) |
| |
|
inlinevirtual |
Definition at line 25 of file Soundex.cs.
26 throw new NotSupportedException();
virtual string Deveel.Data.Text.Soundex.EncodeChar |
( |
char |
c | ) |
|
|
inlineprotectedvirtual |
Definition at line 31 of file Soundex.cs.
32 switch (
Char.ToUpperInvariant(c)) {
The documentation for this class was generated from the following file:
- /var/calculate/remote/distfiles/egit-src/deveeldb.git/src/deveeldb/Deveel.Data.Text/Soundex.cs