Home
last modified time | relevance | path

Searched defs:bComplex (Results 1 – 3 of 3) sorted by relevance

/sqlite-3.40.0/ext/fts3/
H A Dfts3_unicode2.c162 static int remove_diacritic(int c, int bComplex){ in remove_diacritic()
/sqlite-3.40.0/ext/fts5/
H A Dfts5_unicode2.c31 static int fts5_remove_diacritic(int c, int bComplex){ in fts5_remove_diacritic()
/sqlite-3.40.0/src/
H A Ddelete.c312 int bComplex; /* True if there are triggers or FKs or in sqlite3DeleteFrom() local