Home
last modified time | relevance | path

Searched refs:tcstrdistutf (Results 1 – 6 of 6) sorted by relevance

/dports/databases/tokyocabinet/tokyocabinet-1.4.48/
H A Dtcutest.c847 if(tcstrdistutf("abcde", "abdfgh") != 4 || tcstrdistutf("abdfgh", "abcde") != 4) err = true; in procmisc()
H A DChangeLog575 * tcutil.c (tcstrdist, tcstrdistutf): maximum memory usage was limited.
1023 * tcutil.c (tcstrdist, tcstrdistutf): new function.
H A Dtcutil.h2376 int tcstrdistutf(const char *astr, const char *bstr);
H A Dtcutil.c4862 int tcstrdistutf(const char *astr, const char *bstr){ in tcstrdistutf() function
/dports/databases/p5-TokyoCabinet/tokyocabinet-perl-1.34/
H A DTokyoCabinet.xs288 RETVAL = isutf ? tcstrdistutf(astr, bstr) : tcstrdist(astr, bstr);
/dports/databases/tokyotyrant/tokyotyrant-1.1.41/
H A Dscrext.c2042 int rv = utf ? tcstrdistutf(astr, bstr) : tcstrdist(astr, bstr); in serv_dist()