Home
last modified time | relevance | path

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

/sqlite-3.40.0/ext/misc/
H A Dspellfix.c2201 #define SPELLFIX_IDXNUM_LANGID 0x02 /* langid == $langid */ macro
2241 if( (iPlan & SPELLFIX_IDXNUM_LANGID)==0 in spellfix1BestIndex()
2245 iPlan |= SPELLFIX_IDXNUM_LANGID; in spellfix1BestIndex()
2299 if( iPlan&SPELLFIX_IDXNUM_LANGID ){ in spellfix1BestIndex()