Searched refs:mbcsIndex (Results 1 – 4 of 4) sorted by relevance
1524 st3=mbcsTable->mbcsIndex[stageUTF8Index++]; in reconstituteData()1828 mbcsTable->mbcsIndex=(const uint16_t *) in ucnv_MBCSLoad()3415 const uint16_t *mbcsIndex; in ucnv_MBCSDoubleFromUnicodeWithOffsets() local3439 mbcsIndex=cnv->sharedData->mbcs.mbcsIndex; in ucnv_MBCSDoubleFromUnicodeWithOffsets()3492 value=DBCS_RESULT_FROM_MOST_BMP(mbcsIndex, (const uint16_t *)bytes, c); in ucnv_MBCSDoubleFromUnicodeWithOffsets()4080 const uint16_t *mbcsIndex; in ucnv_MBCSFromUnicodeWithOffsets() local4136 mbcsIndex=cnv->sharedData->mbcs.mbcsIndex; in ucnv_MBCSFromUnicodeWithOffsets()4138 mbcsIndex=NULL; in ucnv_MBCSFromUnicodeWithOffsets()4221 if(c<=0xd7ff && mbcsIndex!=NULL) { in ucnv_MBCSFromUnicodeWithOffsets()4222 value=mbcsIndex[c>>6]; in ucnv_MBCSFromUnicodeWithOffsets()[all …]
382 …const uint16_t *mbcsIndex; /* for fast conversion from most of BMP to MBCS (utf8Frien… member
574 mbcsTable.mbcsIndex = byteBuffer.asCharBuffer(); in readMBCSTable()
99 …CharBuffer mbcsIndex; /* for fast conversion from most of BMP to MBCS (utf8Fri… field in CharsetMBCS.UConverterMBCSTable109 mbcsIndex = null; in UConverterMBCSTable()503 mbcsTable.mbcsIndex = null; in loadConverter()611 st3 = mbcsTable.mbcsIndex.get(stageUTF8Index++); in reconstituteData()