Home
last modified time | relevance | path

Searched refs:mbcsIndex (Results 1 – 2 of 2) sorted by relevance

/external/icu4c/common/
Ducnvmbcs.c1378 st3=mbcsTable->mbcsIndex[stageUTF8Index++]; in reconstituteData()
1682 mbcsTable->mbcsIndex=(const uint16_t *) in ucnv_MBCSLoad()
3265 const uint16_t *mbcsIndex; in ucnv_MBCSDoubleFromUnicodeWithOffsets() local
3289 mbcsIndex=cnv->sharedData->mbcs.mbcsIndex; in ucnv_MBCSDoubleFromUnicodeWithOffsets()
3342 value=DBCS_RESULT_FROM_MOST_BMP(mbcsIndex, (const uint16_t *)bytes, c); in ucnv_MBCSDoubleFromUnicodeWithOffsets()
3930 const uint16_t *mbcsIndex; in ucnv_MBCSFromUnicodeWithOffsets() local
3985 mbcsIndex=cnv->sharedData->mbcs.mbcsIndex; in ucnv_MBCSFromUnicodeWithOffsets()
3987 mbcsIndex=NULL; in ucnv_MBCSFromUnicodeWithOffsets()
4070 if(c<=0xd7ff && mbcsIndex!=NULL) { in ucnv_MBCSFromUnicodeWithOffsets()
4071 value=mbcsIndex[c>>6]; in ucnv_MBCSFromUnicodeWithOffsets()
[all …]
Ducnvmbcs.h377 …const uint16_t *mbcsIndex; /* for fast conversion from most of BMP to MBCS (utf8Frien… member