Home
last modified time | relevance | path

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

/dports/databases/sqlcipher/sqlcipher-3.4.2/ext/misc/
H A Dspellfix.c2648 char *zTranslit; in spellfix1Column() local
2650 zTranslit = (char *)transliterate((unsigned char *)zWord, nWord); in spellfix1Column()
2651 if( !zTranslit ) return SQLITE_NOMEM; in spellfix1Column()
2652 res = editdist1(pCur->zPattern, zTranslit, &iMatchlen); in spellfix1Column()
2653 sqlite3_free(zTranslit); in spellfix1Column()
/dports/databases/sqlite-ext-spellfix/sqlite-ext-spellfix-3.8.11.1_1/sqlite-src-3081101/ext/misc/
H A Dspellfix.c2605 char *zTranslit; in spellfix1Column() local
2607 zTranslit = (char *)transliterate((unsigned char *)zWord, nWord); in spellfix1Column()
2608 if( !zTranslit ) return SQLITE_NOMEM; in spellfix1Column()
2609 res = editdist1(pCur->zPattern, zTranslit, &iMatchlen); in spellfix1Column()
2610 sqlite3_free(zTranslit); in spellfix1Column()
/dports/databases/sqlite3/sqlite-src-3350500/ext/misc/
H A Dspellfix.c2770 char *zTranslit; in spellfix1Column() local
2772 zTranslit = (char *)transliterate((unsigned char *)zWord, nWord); in spellfix1Column()
2773 if( !zTranslit ) return SQLITE_NOMEM; in spellfix1Column()
2774 res = editdist1(pCur->zPattern, zTranslit, &iMatchlen); in spellfix1Column()
2775 sqlite3_free(zTranslit); in spellfix1Column()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/sqlite/src/ext/misc/
H A Dspellfix.c2770 char *zTranslit; in spellfix1Column() local
2772 zTranslit = (char *)transliterate((unsigned char *)zWord, nWord); in spellfix1Column()
2773 if( !zTranslit ) return SQLITE_NOMEM; in spellfix1Column()
2774 res = editdist1(pCur->zPattern, zTranslit, &iMatchlen); in spellfix1Column()
2775 sqlite3_free(zTranslit); in spellfix1Column()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/sqlite/src/ext/misc/
H A Dspellfix.c2770 char *zTranslit; in spellfix1Column() local
2772 zTranslit = (char *)transliterate((unsigned char *)zWord, nWord); in spellfix1Column()
2773 if( !zTranslit ) return SQLITE_NOMEM; in spellfix1Column()
2774 res = editdist1(pCur->zPattern, zTranslit, &iMatchlen); in spellfix1Column()
2775 sqlite3_free(zTranslit); in spellfix1Column()