Searched refs:mbcs (Results 1 – 11 of 11) sorted by relevance
866 mbcsTable=&sharedData->mbcs; in ucnv_MBCSGetFilteredUnicodeSetForUnicode()1067 sharedData->mbcs.outputType==MBCS_OUTPUT_DBCS_ONLY ? in ucnv_MBCSGetUnicodeSetForUnicode()1115 if( (cx=sharedData->mbcs.extIndexes)!=NULL && in _extFromU()1180 if( (cx=sharedData->mbcs.extIndexes)!=NULL && in _extToU()1271 mbcsTable=&sharedData->mbcs; in _EBCDICSwapLFNL()1559 UConverterMBCSTable *mbcsTable=&sharedData->mbcs; in ucnv_MBCSLoad()1628 baseSharedData->mbcs.baseSharedData!=NULL in ucnv_MBCSLoad()1646 uprv_memcpy(mbcsTable, &baseSharedData->mbcs, sizeof(UConverterMBCSTable)); in ucnv_MBCSLoad()1677 if(baseSharedData->mbcs.outputType==MBCS_OUTPUT_2_SISO) { in ucnv_MBCSLoad()1880 UConverterMBCSTable *mbcsTable=&sharedData->mbcs; in ucnv_MBCSUnload()[all …]
271 ((cnv)->sharedData->mbcs.outputType==MBCS_OUTPUT_2_SISO ? (int8_t)(cnv)->mode : \272 (cnv)->sharedData->mbcs.outputType==MBCS_OUTPUT_DBCS_ONLY ? 1 : -1)376 match=ucnv_extMatchToU(cnv->sharedData->mbcs.extIndexes, (int8_t)UCNV_SISO_STATE(cnv), in ucnv_extContinueMatchToU()394 ucnv_extWriteToU(cnv, cnv->sharedData->mbcs.extIndexes, in ucnv_extContinueMatchToU()769 cnv->sharedData->mbcs.outputType==MBCS_OUTPUT_DBCS_ONLY) in ucnv_extInitialMatchFromU()872 match=ucnv_extMatchFromU(cnv->sharedData->mbcs.extIndexes, in ucnv_extContinueMatchFromU()896 ucnv_extWriteFromU(cnv, cnv->sharedData->mbcs.extIndexes, in ucnv_extContinueMatchFromU()1045 cx=sharedData->mbcs.extIndexes; in ucnv_extGetUnicodeSet()1061 } else if( sharedData->mbcs.outputType==MBCS_OUTPUT_DBCS_ONLY || in ucnv_extGetUnicodeSet()
55 UConverterMBCSTable mbcs; member124 UConverterMBCSTable mbcs; member
516 (UChar)MBCS_ENTRY_FINAL_VALUE_16((sharedData)->mbcs.stateTable[0][(uint8_t)(b)])527 (UBool)MBCS_ENTRY_IS_TRANSITION((sharedData)->mbcs.stateTable[0][(uint8_t)(byte)])
1141 if(c<0x10000 || (sharedData->mbcs.unicodeMask&UCNV_HAS_SUPPLEMENTARY)) { in MBCS_FROM_UCHAR32_ISO2022()1142 table=sharedData->mbcs.fromUnicodeTable; in MBCS_FROM_UCHAR32_ISO2022()1146 myValue=MBCS_VALUE_2_FROM_STAGE_2(sharedData->mbcs.fromUnicodeBytes, stage2Entry, c); in MBCS_FROM_UCHAR32_ISO2022()1153 p=MBCS_POINTER_3_FROM_STAGE_2(sharedData->mbcs.fromUnicodeBytes, stage2Entry, c); in MBCS_FROM_UCHAR32_ISO2022()1179 cx=sharedData->mbcs.extIndexes; in MBCS_FROM_UCHAR32_ISO2022()1202 if(c>=0x10000 && !(sharedData->mbcs.unicodeMask&UCNV_HAS_SUPPLEMENTARY)) { in MBCS_SINGLE_FROM_UCHAR32()1206 table=sharedData->mbcs.fromUnicodeTable; in MBCS_SINGLE_FROM_UCHAR32()1208 value=MBCS_SINGLE_RESULT_FROM_U(table, (uint16_t *)sharedData->mbcs.fromUnicodeBytes, c); in MBCS_SINGLE_FROM_UCHAR32()
241 UConverterMBCSTable mbcsTable = data.mbcs; in loadConverter()320 || baseSharedData.mbcs.baseSharedData != null) { in loadConverter()328 mbcsTable = data.mbcs = baseSharedData.mbcs; in loadConverter()350 if (baseSharedData.mbcs.outputType == MBCS_OUTPUT_2_SISO) { in loadConverter()862 mbcsTable = sharedData.mbcs; in initializeConverter()964 mbcsTable = sharedData.mbcs; in EBCDICSwapLFNL()967 int[] tableInts = sharedData.mbcs.fromUnicodeTableInts; in EBCDICSwapLFNL()1256 static char MBCS_SINGLE_SIMPLE_GET_NEXT_BMP(UConverterMBCSTable mbcs, final int b) { in MBCS_SINGLE_SIMPLE_GET_NEXT_BMP() argument1258 return MBCS_ENTRY_FINAL_VALUE_16(mbcs.stateTable[0][b]); in MBCS_SINGLE_SIMPLE_GET_NEXT_BMP()1620 return sharedData.mbcs.outputType == MBCS_OUTPUT_2_SISO ? (byte) mode in SISO_STATE()[all …]
42 CharsetMBCS.UConverterMBCSTable mbcs; field in UConverterSharedData46 mbcs = new CharsetMBCS.UConverterMBCSTable(); in UConverterSharedData()
276 if (c >= 0x10000 && !sharedData.mbcs.hasSupplementary()) { in MBCSSingleFromUChar32()280 table = sharedData.mbcs.fromUnicodeTable; in MBCSSingleFromUChar32()282 value = CharsetMBCS.MBCS_SINGLE_RESULT_FROM_U(table, sharedData.mbcs.fromUnicodeChars, c); in MBCSSingleFromUChar32()983 …getUniChar = CharsetMBCS.MBCS_SINGLE_SIMPLE_GET_NEXT_BMP(myConverterData.myConverterArray[cs].mbcs, in decodeLoop()1923 … myConverterData.currentConverter.sharedData.mbcs.outputType = CharsetMBCS.MBCS_OUTPUT_2; in encodeLoop()1957 … myConverterData.currentConverter.sharedData.mbcs.outputType = CharsetMBCS.MBCS_OUTPUT_2; in encodeLoop()2409 … myConverterData.currentConverter.sharedData.mbcs.outputType = CharsetMBCS.MBCS_OUTPUT_3; in encodeLoop()2436 … myConverterData.currentConverter.sharedData.mbcs.outputType = CharsetMBCS.MBCS_OUTPUT_2; in encodeLoop()2701 … myConverterData.currentConverter.sharedData.mbcs.outputType = CharsetMBCS.MBCS_OUTPUT_2; in encodeLoop()
702 … uniChar = CharsetMBCS.MBCS_SINGLE_SIMPLE_GET_NEXT_BMP(cnv.mbcs, CurByte); in LMBCSGetNextUCharWorker()723 … if (CharsetMBCS.MBCS_ENTRY_IS_TRANSITION(cnv.mbcs.stateTable[0][CurByte]) /* isLeadByte */) { in LMBCSGetNextUCharWorker()746 uniChar = CharsetMBCS.MBCS_SINGLE_SIMPLE_GET_NEXT_BMP(cnv.mbcs, CurByte); in LMBCSGetNextUCharWorker()
29 package com.ibm.icu.dev.tool.charsetdet.mbcs;
30 package com.ibm.icu.dev.tool.charsetdet.mbcs;