Home
last modified time | relevance | path

Searched refs:mbcs (Results 1 - 23 of 23) sorted by relevance

/third_party/icu/icu4c/source/common/
H A Ducnvmbcs.cpp867 mbcsTable=&sharedData->mbcs; in ucnv_MBCSGetFilteredUnicodeSetForUnicode()
1068 sharedData->mbcs.outputType==MBCS_OUTPUT_DBCS_ONLY ? in ucnv_MBCSGetUnicodeSetForUnicode()
1116 if( (cx=sharedData->mbcs.extIndexes)!=NULL && in _extFromU()
1181 if( (cx=sharedData->mbcs.extIndexes)!=NULL && in _extToU()
1272 mbcsTable=&sharedData->mbcs; in _EBCDICSwapLFNL()
1560 UConverterMBCSTable *mbcsTable=&sharedData->mbcs; in ucnv_MBCSLoad()
1629 baseSharedData->mbcs.baseSharedData!=NULL in ucnv_MBCSLoad()
1647 uprv_memcpy(mbcsTable, &baseSharedData->mbcs, sizeof(UConverterMBCSTable)); in ucnv_MBCSLoad()
1678 if(baseSharedData->mbcs.outputType==MBCS_OUTPUT_2_SISO) { in ucnv_MBCSLoad()
1881 UConverterMBCSTable *mbcsTable=&sharedData->mbcs; in ucnv_MBCSUnload()
[all...]
H A Ducnv_ext.cpp272 ((cnv)->sharedData->mbcs.outputType==MBCS_OUTPUT_2_SISO ? (int8_t)(cnv)->mode : \
273 (cnv)->sharedData->mbcs.outputType==MBCS_OUTPUT_DBCS_ONLY ? 1 : -1)
377 match=ucnv_extMatchToU(cnv->sharedData->mbcs.extIndexes, (int8_t)UCNV_SISO_STATE(cnv), in ucnv_extContinueMatchToU()
395 ucnv_extWriteToU(cnv, cnv->sharedData->mbcs.extIndexes, in ucnv_extContinueMatchToU()
770 cnv->sharedData->mbcs.outputType==MBCS_OUTPUT_DBCS_ONLY) in ucnv_extInitialMatchFromU()
873 match=ucnv_extMatchFromU(cnv->sharedData->mbcs.extIndexes, in ucnv_extContinueMatchFromU()
897 ucnv_extWriteFromU(cnv, cnv->sharedData->mbcs.extIndexes, in ucnv_extContinueMatchFromU()
1046 cx=sharedData->mbcs.extIndexes; in ucnv_extGetUnicodeSet()
1062 } else if( sharedData->mbcs.outputType==MBCS_OUTPUT_DBCS_ONLY || in ucnv_extGetUnicodeSet()
H A Ducnv_bld.h55 UConverterMBCSTable mbcs; member
124 UConverterMBCSTable mbcs; member
H A Ducnvmbcs.h516 (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)])
H A Ducnv2022.cpp1135 if(c<0x10000 || (sharedData->mbcs.unicodeMask&UCNV_HAS_SUPPLEMENTARY)) { in MBCS_FROM_UCHAR32_ISO2022()
1136 table=sharedData->mbcs.fromUnicodeTable; in MBCS_FROM_UCHAR32_ISO2022()
1140 myValue=MBCS_VALUE_2_FROM_STAGE_2(sharedData->mbcs.fromUnicodeBytes, stage2Entry, c); in MBCS_FROM_UCHAR32_ISO2022()
1147 p=MBCS_POINTER_3_FROM_STAGE_2(sharedData->mbcs.fromUnicodeBytes, stage2Entry, c); in MBCS_FROM_UCHAR32_ISO2022()
1173 cx=sharedData->mbcs.extIndexes; in MBCS_FROM_UCHAR32_ISO2022()
1196 if(c>=0x10000 && !(sharedData->mbcs.unicodeMask&UCNV_HAS_SUPPLEMENTARY)) { in MBCS_SINGLE_FROM_UCHAR32()
1200 table=sharedData->mbcs.fromUnicodeTable; in MBCS_SINGLE_FROM_UCHAR32()
1202 value=MBCS_SINGLE_RESULT_FROM_U(table, (uint16_t *)sharedData->mbcs.fromUnicodeBytes, c); in MBCS_SINGLE_FROM_UCHAR32()
/third_party/node/deps/icu-small/source/common/
H A Ducnvmbcs.cpp867 mbcsTable=&sharedData->mbcs; in ucnv_MBCSGetFilteredUnicodeSetForUnicode()
1068 sharedData->mbcs.outputType==MBCS_OUTPUT_DBCS_ONLY ? in ucnv_MBCSGetUnicodeSetForUnicode()
1116 if( (cx=sharedData->mbcs.extIndexes)!=nullptr && in _extFromU()
1181 if( (cx=sharedData->mbcs.extIndexes)!=nullptr && in _extToU()
1272 mbcsTable=&sharedData->mbcs; in _EBCDICSwapLFNL()
1560 UConverterMBCSTable *mbcsTable=&sharedData->mbcs; in ucnv_MBCSLoad()
1629 baseSharedData->mbcs.baseSharedData!=nullptr in ucnv_MBCSLoad()
1647 uprv_memcpy(mbcsTable, &baseSharedData->mbcs, sizeof(UConverterMBCSTable)); in ucnv_MBCSLoad()
1678 if(baseSharedData->mbcs.outputType==MBCS_OUTPUT_2_SISO) { in ucnv_MBCSLoad()
1881 UConverterMBCSTable *mbcsTable=&sharedData->mbcs; in ucnv_MBCSUnload()
[all...]
H A Ducnv_ext.cpp272 ((cnv)->sharedData->mbcs.outputType==MBCS_OUTPUT_2_SISO ? (int8_t)(cnv)->mode : \
273 (cnv)->sharedData->mbcs.outputType==MBCS_OUTPUT_DBCS_ONLY ? 1 : -1)
377 match=ucnv_extMatchToU(cnv->sharedData->mbcs.extIndexes, (int8_t)UCNV_SISO_STATE(cnv), in ucnv_extContinueMatchToU()
395 ucnv_extWriteToU(cnv, cnv->sharedData->mbcs.extIndexes, in ucnv_extContinueMatchToU()
770 cnv->sharedData->mbcs.outputType==MBCS_OUTPUT_DBCS_ONLY) in ucnv_extInitialMatchFromU()
873 match=ucnv_extMatchFromU(cnv->sharedData->mbcs.extIndexes, in ucnv_extContinueMatchFromU()
897 ucnv_extWriteFromU(cnv, cnv->sharedData->mbcs.extIndexes, in ucnv_extContinueMatchFromU()
1046 cx=sharedData->mbcs.extIndexes; in ucnv_extGetUnicodeSet()
1062 } else if( sharedData->mbcs.outputType==MBCS_OUTPUT_DBCS_ONLY || in ucnv_extGetUnicodeSet()
H A Ducnv_bld.h55 UConverterMBCSTable mbcs; member
124 UConverterMBCSTable mbcs; member
H A Ducnvmbcs.h516 (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)])
H A Ducnv2022.cpp1135 if(c<0x10000 || (sharedData->mbcs.unicodeMask&UCNV_HAS_SUPPLEMENTARY)) { in MBCS_FROM_UCHAR32_ISO2022()
1136 table=sharedData->mbcs.fromUnicodeTable; in MBCS_FROM_UCHAR32_ISO2022()
1140 myValue=MBCS_VALUE_2_FROM_STAGE_2(sharedData->mbcs.fromUnicodeBytes, stage2Entry, c); in MBCS_FROM_UCHAR32_ISO2022()
1147 p=MBCS_POINTER_3_FROM_STAGE_2(sharedData->mbcs.fromUnicodeBytes, stage2Entry, c); in MBCS_FROM_UCHAR32_ISO2022()
1173 cx=sharedData->mbcs.extIndexes; in MBCS_FROM_UCHAR32_ISO2022()
1196 if(c>=0x10000 && !(sharedData->mbcs.unicodeMask&UCNV_HAS_SUPPLEMENTARY)) { in MBCS_SINGLE_FROM_UCHAR32()
1200 table=sharedData->mbcs.fromUnicodeTable; in MBCS_SINGLE_FROM_UCHAR32()
1202 value=MBCS_SINGLE_RESULT_FROM_U(table, (uint16_t *)sharedData->mbcs.fromUnicodeBytes, c); in MBCS_SINGLE_FROM_UCHAR32()
/third_party/skia/third_party/externals/icu/source/common/
H A Ducnvmbcs.cpp867 mbcsTable=&sharedData->mbcs; in ucnv_MBCSGetFilteredUnicodeSetForUnicode()
1068 sharedData->mbcs.outputType==MBCS_OUTPUT_DBCS_ONLY ? in ucnv_MBCSGetUnicodeSetForUnicode()
1116 if( (cx=sharedData->mbcs.extIndexes)!=NULL && in _extFromU()
1181 if( (cx=sharedData->mbcs.extIndexes)!=NULL && in _extToU()
1272 mbcsTable=&sharedData->mbcs; in _EBCDICSwapLFNL()
1560 UConverterMBCSTable *mbcsTable=&sharedData->mbcs; in ucnv_MBCSLoad()
1629 baseSharedData->mbcs.baseSharedData!=NULL in ucnv_MBCSLoad()
1647 uprv_memcpy(mbcsTable, &baseSharedData->mbcs, sizeof(UConverterMBCSTable)); in ucnv_MBCSLoad()
1678 if(baseSharedData->mbcs.outputType==MBCS_OUTPUT_2_SISO) { in ucnv_MBCSLoad()
1881 UConverterMBCSTable *mbcsTable=&sharedData->mbcs; in ucnv_MBCSUnload()
[all...]
H A Ducnv_ext.cpp272 ((cnv)->sharedData->mbcs.outputType==MBCS_OUTPUT_2_SISO ? (int8_t)(cnv)->mode : \
273 (cnv)->sharedData->mbcs.outputType==MBCS_OUTPUT_DBCS_ONLY ? 1 : -1)
377 match=ucnv_extMatchToU(cnv->sharedData->mbcs.extIndexes, (int8_t)UCNV_SISO_STATE(cnv), in ucnv_extContinueMatchToU()
395 ucnv_extWriteToU(cnv, cnv->sharedData->mbcs.extIndexes, in ucnv_extContinueMatchToU()
770 cnv->sharedData->mbcs.outputType==MBCS_OUTPUT_DBCS_ONLY) in ucnv_extInitialMatchFromU()
873 match=ucnv_extMatchFromU(cnv->sharedData->mbcs.extIndexes, in ucnv_extContinueMatchFromU()
897 ucnv_extWriteFromU(cnv, cnv->sharedData->mbcs.extIndexes, in ucnv_extContinueMatchFromU()
1046 cx=sharedData->mbcs.extIndexes; in ucnv_extGetUnicodeSet()
1062 } else if( sharedData->mbcs.outputType==MBCS_OUTPUT_DBCS_ONLY || in ucnv_extGetUnicodeSet()
H A Ducnv_bld.h55 UConverterMBCSTable mbcs; member
124 UConverterMBCSTable mbcs; member
H A Ducnvmbcs.h516 (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)])
H A Ducnv2022.cpp1135 if(c<0x10000 || (sharedData->mbcs.unicodeMask&UCNV_HAS_SUPPLEMENTARY)) { in MBCS_FROM_UCHAR32_ISO2022()
1136 table=sharedData->mbcs.fromUnicodeTable; in MBCS_FROM_UCHAR32_ISO2022()
1140 myValue=MBCS_VALUE_2_FROM_STAGE_2(sharedData->mbcs.fromUnicodeBytes, stage2Entry, c); in MBCS_FROM_UCHAR32_ISO2022()
1147 p=MBCS_POINTER_3_FROM_STAGE_2(sharedData->mbcs.fromUnicodeBytes, stage2Entry, c); in MBCS_FROM_UCHAR32_ISO2022()
1173 cx=sharedData->mbcs.extIndexes; in MBCS_FROM_UCHAR32_ISO2022()
1196 if(c>=0x10000 && !(sharedData->mbcs.unicodeMask&UCNV_HAS_SUPPLEMENTARY)) { in MBCS_SINGLE_FROM_UCHAR32()
1200 table=sharedData->mbcs.fromUnicodeTable; in MBCS_SINGLE_FROM_UCHAR32()
1202 value=MBCS_SINGLE_RESULT_FROM_U(table, (uint16_t *)sharedData->mbcs.fromUnicodeBytes, c); in MBCS_SINGLE_FROM_UCHAR32()
/third_party/icu/icu4j/main/classes/charset/src/com/ibm/icu/charset/
H A DCharsetMBCS.java241 UConverterMBCSTable mbcsTable = data.mbcs; in loadConverter()
320 || baseSharedData.mbcs.baseSharedData != null) { in loadConverter()
326 // agljport:comment deep copy in C changes mbcs through local reference mbcsTable; in java we probably don't in loadConverter()
327 // need the deep copy so can just make sure mbcs and its local reference both refer to the same new object 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 in EBCDICSwapLFNL()
1256 MBCS_SINGLE_SIMPLE_GET_NEXT_BMP(UConverterMBCSTable mbcs, final int b) MBCS_SINGLE_SIMPLE_GET_NEXT_BMP() argument
[all...]
H A DUConverterSharedData.java17 // agljport:todo void *table; /* Unused. This used to be a UConverterTable - Pointer to conversion data - see mbcs below */
42 CharsetMBCS.UConverterMBCSTable mbcs; field in UConverterSharedData
46 mbcs = new CharsetMBCS.UConverterMBCSTable(); in UConverterSharedData()
H A DCharsetISO2022.java276 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 targetUniChar = 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()
H A DCharsetLMBCS.java252 LMBCS mbcs native encoding
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()
/third_party/python/Lib/encodings/
H A D__init__.py103 # or because it imports a name that does not exist (see mbcs and oem)
160 # Windows ANSI code page, use the "mbcs" codec instead:
168 import encodings.mbcs namespace
169 return encodings.mbcs.getregentry()
/third_party/icu/icu4j/tools/misc/src/com/ibm/icu/dev/tool/charsetdet/mbcs/
H A DBIG5Tool.java29 package com.ibm.icu.dev.tool.charsetdet.mbcs;
157 System.out.println(" " + fileMbcsChars + " mbcs Chars"); in processDir()
H A DEUCTool.java30 package com.ibm.icu.dev.tool.charsetdet.mbcs;
157 System.out.println(" " + fileMbcsChars + " mbcs Chars"); in processDir()
/third_party/skia/third_party/externals/sfntly/java/lib/
H A Dicu4j-charset-4_8_1_1.jarMETA-INF/ META-INF/MANIFEST.MF META-INF/services/ com/ com/ibm/ com/ibm/icu/ ...

Completed in 51 milliseconds