Home | History | Annotate | Download | only in common

Lines Matching defs:sharedData

502             cnv->sharedData=(UConverterSharedData*)(&_ISO2022JPData);
545 cnv->sharedData=(UConverterSharedData*)&_ISO2022KRData;
565 cnv->sharedData=(UConverterSharedData*)&_ISO2022CNData;
589 cnv->sharedData=(UConverterSharedData*)&_ISO2022Data;
598 cnv->maxBytesPerUChar=cnv->sharedData->staticData->maxBytesPerChar;
1061 MBCS_FROM_UCHAR32_ISO2022(UConverterSharedData* sharedData,
1079 if(c<0x10000 || (sharedData->mbcs.unicodeMask&UCNV_HAS_SUPPLEMENTARY)) {
1080 table=sharedData->mbcs.fromUnicodeTable;
1084 myValue=MBCS_VALUE_2_FROM_STAGE_2(sharedData->mbcs.fromUnicodeBytes, stage2Entry, c);
1091 p=MBCS_POINTER_3_FROM_STAGE_2(sharedData->mbcs.fromUnicodeBytes, stage2Entry, c);
1117 cx=sharedData->mbcs.extIndexes;
1132 MBCS_SINGLE_FROM_UCHAR32(UConverterSharedData* sharedData,
1140 if(c>=0x10000 && !(sharedData->mbcs.unicodeMask&UCNV_HAS_SUPPLEMENTARY)) {
1144 table=sharedData->mbcs.fromUnicodeTable;
1146 value=MBCS_SINGLE_RESULT_FROM_U(table, (uint16_t *)sharedData->mbcs.fromUnicodeBytes, c);
1342 * If the implementation of these macros or structure of sharedData struct change in the future, make
2313 UConverterSharedData* sharedData;
2328 sharedData = converterData->currentConverter->sharedData;
2352 length = MBCS_FROM_UCHAR32_ISO2022(sharedData,sourceChar,&targetByteUnit,useFallback,MBCS_OUTPUT_2);
2627 UConverterSharedData* sharedData ;
2637 sharedData = myData->currentConverter->sharedData;
2713 targetUniChar = ucnv_MBCSSimpleGetNextUChar(sharedData, tempBuf, 2, useFallback);
2728 targetUniChar = ucnv_MBCSSimpleGetNextUChar(sharedData, mySource - 1, 1, useFallback);
3593 if (cnv->sharedData == &_ISO2022Data) {
3641 cnvData->currentConverter->sharedData->impl->getUnicodeSet(