Home | History | Annotate | Download | only in common

Lines Matching refs:sbcsIndex

320  * In version 4.3, the runtime code can build an sbcsIndex for a utf8Friendly
1674 mbcsTable->sbcsIndex
1676 /* set SBCS_FAST_MAX to reflect the reach of sbcsIndex[] even if header->version[2]>(SBCS_FAST_MAX>>8) */
3659 * It would be possible to use the sbcsIndex for UTF-8-friendly tables,
4870 const uint16_t *table, *sbcsIndex;
4891 sbcsIndex=cnv->sharedData->mbcs.sbcsIndex;
4980 value=SBCS_RESULT_FROM_UTF8(sbcsIndex, results, 0, c);
4990 value=SBCS_RESULT_FROM_UTF8(sbcsIndex, results, c, t1);
5008 value=SBCS_RESULT_FROM_UTF8(sbcsIndex, results, c, t2);