Home
last modified time | relevance | path

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

/dports/textproc/libsphinxclient/sphinx-2.0.9-release/src/
H A Dsphinxsort.cpp2365 static unsigned short * g_dCollPlanes_UTF8CI[0x100]; variable
2521 g_dCollPlanes_UTF8CI[i] = NULL; in sphCollationInit()
2524 g_dCollPlanes_UTF8CI [ dWeightPlane[i] ] = g_dCollWeights_UTF8CI + 0x100*i; in sphCollationInit()
2531 return ( ( iCode>>16 ) || !g_dCollPlanes_UTF8CI [ iCode>>8 ] ) in CollateUTF8CI()
2533 : g_dCollPlanes_UTF8CI [ iCode>>8 ][ iCode&0xff ]; in CollateUTF8CI()
/dports/textproc/sphinxsearch/sphinx-2.2.11-release/src/
H A Dsphinxsort.cpp4498 static unsigned short * g_dCollPlanes_UTF8CI[0x100]; variable
4654 g_dCollPlanes_UTF8CI[i] = NULL; in sphCollationInit()
4657 g_dCollPlanes_UTF8CI [ dWeightPlane[i] ] = g_dCollWeights_UTF8CI + 0x100*i; in sphCollationInit()
4664 return ( ( iCode>>16 ) || !g_dCollPlanes_UTF8CI [ iCode>>8 ] ) in CollateUTF8CI()
4666 : g_dCollPlanes_UTF8CI [ iCode>>8 ][ iCode&0xff ]; in CollateUTF8CI()