Home | History | Annotate | Download | only in common

Lines Matching defs:sharedData

520             cnv->sharedData=(UConverterSharedData*)(&_ISO2022JPData);
565 cnv->sharedData=(UConverterSharedData*)&_ISO2022KRData;
587 cnv->sharedData=(UConverterSharedData*)&_ISO2022CNData;
611 cnv->sharedData=(UConverterSharedData*)&_ISO2022Data;
620 cnv->maxBytesPerUChar=cnv->sharedData->staticData->maxBytesPerChar;
1083 MBCS_FROM_UCHAR32_ISO2022(UConverterSharedData* sharedData,
1101 if(c<0x10000 || (sharedData->mbcs.unicodeMask&UCNV_HAS_SUPPLEMENTARY)) {
1102 table=sharedData->mbcs.fromUnicodeTable;
1106 myValue=MBCS_VALUE_2_FROM_STAGE_2(sharedData->mbcs.fromUnicodeBytes, stage2Entry, c);
1113 p=MBCS_POINTER_3_FROM_STAGE_2(sharedData->mbcs.fromUnicodeBytes, stage2Entry, c);
1139 cx=sharedData->mbcs.extIndexes;
1154 MBCS_SINGLE_FROM_UCHAR32(UConverterSharedData* sharedData,
1162 if(c>=0x10000 && !(sharedData->mbcs.unicodeMask&UCNV_HAS_SUPPLEMENTARY)) {
1166 table=sharedData->mbcs.fromUnicodeTable;
1168 value=MBCS_SINGLE_RESULT_FROM_U(table, (uint16_t *)sharedData->mbcs.fromUnicodeBytes, c);
1364 * If the implementation of these macros or structure of sharedData struct change in the future, make
2335 UConverterSharedData* sharedData;
2350 sharedData = converterData->currentConverter->sharedData;
2374 length = MBCS_FROM_UCHAR32_ISO2022(sharedData,sourceChar,&targetByteUnit,useFallback,MBCS_OUTPUT_2);
2649 UConverterSharedData* sharedData ;
2659 sharedData = myData->currentConverter->sharedData;
2735 targetUniChar = ucnv_MBCSSimpleGetNextUChar(sharedData, tempBuf, 2, useFallback);
2750 targetUniChar = ucnv_MBCSSimpleGetNextUChar(sharedData, mySource - 1, 1, useFallback);
3615 if (cnv->sharedData == &_ISO2022Data) {
3663 cnvData->currentConverter->sharedData->impl->getUnicodeSet(