Searched refs:g_dCollWeights_UTF8CI (Results 1 – 2 of 2) sorted by relevance
2368 static unsigned short g_dCollWeights_UTF8CI[0xb00] = variable2514 …g_dCollWeights_UTF8CI[i+0x800] = (unsigned short)( 0x2100 + i - ( i>=0x70 && i<=0x7f )*16 ); // 21… in sphCollationInit()2515 …g_dCollWeights_UTF8CI[i+0x900] = (unsigned short)( 0x2400 + i - ( i>=0xd0 && i<=0xe9 )*26 ); // 24… in sphCollationInit()2516 …g_dCollWeights_UTF8CI[i+0xa00] = (unsigned short)( 0xff00 + i - ( i>=0x41 && i<=0x5a )*32 ); // ff… in sphCollationInit()2524 g_dCollPlanes_UTF8CI [ dWeightPlane[i] ] = g_dCollWeights_UTF8CI + 0x100*i; in sphCollationInit()
4501 static unsigned short g_dCollWeights_UTF8CI[0xb00] = variable4647 …g_dCollWeights_UTF8CI[i+0x800] = (unsigned short)( 0x2100 + i - ( i>=0x70 && i<=0x7f )*16 ); // 21… in sphCollationInit()4648 …g_dCollWeights_UTF8CI[i+0x900] = (unsigned short)( 0x2400 + i - ( i>=0xd0 && i<=0xe9 )*26 ); // 24… in sphCollationInit()4649 …g_dCollWeights_UTF8CI[i+0xa00] = (unsigned short)( 0xff00 + i - ( i>=0x41 && i<=0x5a )*32 ); // ff… in sphCollationInit()4657 g_dCollPlanes_UTF8CI [ dWeightPlane[i] ] = g_dCollWeights_UTF8CI + 0x100*i; in sphCollationInit()