Home
last modified time | relevance | path

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

/dports/textproc/libsphinxclient/sphinx-2.0.9-release/src/
H A Dsphinx.cpp4896 int iTokensGot = 1; in GetToken() local
4917 iTokensGot++; in GetToken()
4931 while ( iTokensGot<iTokensNeed || bGotBlended ) in GetToken()
4950 iTokensGot += ( bGotBlended ? 0 : 1 ); in GetToken()
4955 if ( !pWordforms || iTokensGot<(*pWordforms)->m_iMinTokens+1 ) in GetToken()
4964 if ( iTokensGot<iFormTokCount+1 || ( bBlended && iTokensGot!=iFormTokCount+1 ) ) in GetToken()
/dports/textproc/sphinxsearch/sphinx-2.2.11-release/src/
H A Dsphinx.cpp6491 int iTokensGot = 1; in GetToken() local
6512 iTokensGot++; in GetToken()
6526 while ( iTokensGot<iTokensNeed || bGotBlended ) in GetToken()
6545 iTokensGot += ( bGotBlended ? 0 : 1 ); in GetToken()
6550 if ( !pWordforms || iTokensGot<(*pWordforms)->m_iMinTokens+1 ) in GetToken()
6559 if ( iTokensGot<iFormTokCount+1 || ( bBlended && iTokensGot!=iFormTokCount+1 ) ) in GetToken()