Home
last modified time | relevance | path

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

/sqlite-3.40.0/ext/misc/
H A Dspellfix.c2875 int nSoundslike = sqlite3_value_bytes(argv[SPELLFIX_COL_SOUNDSLIKE+2]); in spellfix1Update() local
2916 zK1 = (char*)transliterate(zSoundslike, nSoundslike); in spellfix1Update()