Home
last modified time | relevance | path

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

/dports/textproc/sphinxsearch/sphinx-2.2.11-release/src/
H A Dsphinxint.h2066 …TE * pInfixes, const CSphVector<InfixBlock_t> & dInfixBlocks, int iInfixCodepointBytes, CSphVector…
2068 int sphGetInfixLength ( const char * sInfix, int iBytes, int iInfixCodepointBytes );
H A Dsphinxrt.cpp3829 …int iInfixCodepointBytes = ( m_tSettings.m_iMinInfixLen && m_pDict->GetSettings().m_bWordDict ? m_… in SaveDiskHeader() local
3830 tWriter.PutByte ( iInfixCodepointBytes ); // m_iInfixCodepointBytes, v.27+ in SaveDiskHeader()
H A Dsphinx.cpp32081 …TE * pInfixes, const CSphVector<InfixBlock_t> & dInfixBlocks, int iInfixCodepointBytes, CSphVector… in sphLookupInfixCheckpoints() argument
32108 if ( iInfixCodepointBytes==1 ) in sphLookupInfixCheckpoints()
32156 int sphGetInfixLength ( const char * sInfix, int iBytes, int iInfixCodepointBytes ) in sphGetInfixLength() argument
32159 if ( iInfixCodepointBytes!=1 ) in sphGetInfixLength()