Searched refs:mbcsIndex (Results 1 – 4 of 4) sorted by relevance
1517 st3=mbcsTable->mbcsIndex[stageUTF8Index++]; in reconstituteData()1821 mbcsTable->mbcsIndex=(const uint16_t *) in ucnv_MBCSLoad()3404 const uint16_t *mbcsIndex; in ucnv_MBCSDoubleFromUnicodeWithOffsets() local3428 mbcsIndex=cnv->sharedData->mbcs.mbcsIndex; in ucnv_MBCSDoubleFromUnicodeWithOffsets()3481 value=DBCS_RESULT_FROM_MOST_BMP(mbcsIndex, (const uint16_t *)bytes, c); in ucnv_MBCSDoubleFromUnicodeWithOffsets()4069 const uint16_t *mbcsIndex; in ucnv_MBCSFromUnicodeWithOffsets() local4125 mbcsIndex=cnv->sharedData->mbcs.mbcsIndex; in ucnv_MBCSFromUnicodeWithOffsets()4127 mbcsIndex=NULL; in ucnv_MBCSFromUnicodeWithOffsets()4210 if(c<=0xd7ff && mbcsIndex!=NULL) { in ucnv_MBCSFromUnicodeWithOffsets()4211 value=mbcsIndex[c>>6]; in ucnv_MBCSFromUnicodeWithOffsets()[all …]
380 …const uint16_t *mbcsIndex; /* for fast conversion from most of BMP to MBCS (utf8Frien… member
574 mbcsTable.mbcsIndex = byteBuffer.asCharBuffer(); in readMBCSTable()
100 …CharBuffer mbcsIndex; /* for fast conversion from most of BMP to MBCS (utf8Fri… field in CharsetMBCS.UConverterMBCSTable110 mbcsIndex = null; in UConverterMBCSTable()508 mbcsTable.mbcsIndex = null; in loadConverter()617 st3 = mbcsTable.mbcsIndex.get(stageUTF8Index++); in reconstituteData()