Searched refs:mbcsIndex (Results 1 – 2 of 2) sorted by relevance
1379 st3=mbcsTable->mbcsIndex[stageUTF8Index++]; in reconstituteData()1683 mbcsTable->mbcsIndex=(const uint16_t *) in ucnv_MBCSLoad()3266 const uint16_t *mbcsIndex; in ucnv_MBCSDoubleFromUnicodeWithOffsets() local3290 mbcsIndex=cnv->sharedData->mbcs.mbcsIndex; in ucnv_MBCSDoubleFromUnicodeWithOffsets()3343 value=DBCS_RESULT_FROM_MOST_BMP(mbcsIndex, (const uint16_t *)bytes, c); in ucnv_MBCSDoubleFromUnicodeWithOffsets()3931 const uint16_t *mbcsIndex; in ucnv_MBCSFromUnicodeWithOffsets() local3986 mbcsIndex=cnv->sharedData->mbcs.mbcsIndex; in ucnv_MBCSFromUnicodeWithOffsets()3988 mbcsIndex=NULL; in ucnv_MBCSFromUnicodeWithOffsets()4071 if(c<=0xd7ff && mbcsIndex!=NULL) { in ucnv_MBCSFromUnicodeWithOffsets()4072 value=mbcsIndex[c>>6]; in ucnv_MBCSFromUnicodeWithOffsets()[all …]
377 …const uint16_t *mbcsIndex; /* for fast conversion from most of BMP to MBCS (utf8Frien… member