Lines Matching refs:sbcsIndex
320 * In version 4.3, the runtime code can build an sbcsIndex for a utf8Friendly
1811 mbcsTable->sbcsIndex[i]=mbcsTable->fromUnicodeTable[mbcsTable->fromUnicodeTable[i>>4]+((i<<2)&0x3c)];
1813 /* set SBCS_FAST_MAX to reflect the reach of sbcsIndex[] even if header->version[2]>(SBCS_FAST_MAX>>8) */
3796 * It would be possible to use the sbcsIndex for UTF-8-friendly tables,
5007 const uint16_t *table, *sbcsIndex;
5028 sbcsIndex=cnv->sharedData->mbcs.sbcsIndex;
5117 value=SBCS_RESULT_FROM_UTF8(sbcsIndex, results, 0, c);
5127 value=SBCS_RESULT_FROM_UTF8(sbcsIndex, results, c, t1);
5145 value=SBCS_RESULT_FROM_UTF8(sbcsIndex, results, c, t2);