Lines Matching refs:iPlan
2218 int iPlan = 0; in spellfix1BestIndex() local
2231 if( (iPlan & SPELLFIX_IDXNUM_MATCH)==0 in spellfix1BestIndex()
2235 iPlan |= SPELLFIX_IDXNUM_MATCH; in spellfix1BestIndex()
2241 if( (iPlan & SPELLFIX_IDXNUM_LANGID)==0 in spellfix1BestIndex()
2245 iPlan |= SPELLFIX_IDXNUM_LANGID; in spellfix1BestIndex()
2250 if( (iPlan & SPELLFIX_IDXNUM_TOP)==0 in spellfix1BestIndex()
2254 iPlan |= SPELLFIX_IDXNUM_TOP; in spellfix1BestIndex()
2259 if( (iPlan & SPELLFIX_IDXNUM_SCOPE)==0 in spellfix1BestIndex()
2263 iPlan |= SPELLFIX_IDXNUM_SCOPE; in spellfix1BestIndex()
2268 if( (iPlan & SPELLFIX_IDXNUM_DIST)==0 in spellfix1BestIndex()
2274 iPlan |= SPELLFIX_IDXNUM_DISTLT; in spellfix1BestIndex()
2276 iPlan |= SPELLFIX_IDXNUM_DISTLE; in spellfix1BestIndex()
2282 if( (iPlan & SPELLFIX_IDXNUM_ROWID)==0 in spellfix1BestIndex()
2286 iPlan |= SPELLFIX_IDXNUM_ROWID; in spellfix1BestIndex()
2290 if( iPlan&SPELLFIX_IDXNUM_MATCH ){ in spellfix1BestIndex()
2292 pIdxInfo->idxNum = iPlan; in spellfix1BestIndex()
2299 if( iPlan&SPELLFIX_IDXNUM_LANGID ){ in spellfix1BestIndex()
2303 if( iPlan&SPELLFIX_IDXNUM_TOP ){ in spellfix1BestIndex()
2307 if( iPlan&SPELLFIX_IDXNUM_SCOPE ){ in spellfix1BestIndex()
2311 if( iPlan&SPELLFIX_IDXNUM_DIST ){ in spellfix1BestIndex()
2316 }else if( (iPlan & SPELLFIX_IDXNUM_ROWID) ){ in spellfix1BestIndex()