Searched refs:mbcs (Results 1 – 6 of 6) sorted by relevance
/external/icu4c/common/ |
D | ucnvmbcs.c | 724 mbcsTable=&sharedData->mbcs; in ucnv_MBCSGetFilteredUnicodeSetForUnicode() 922 sharedData->mbcs.outputType==MBCS_OUTPUT_DBCS_ONLY ? in ucnv_MBCSGetUnicodeSetForUnicode() 970 if( (cx=sharedData->mbcs.extIndexes)!=NULL && in _extFromU() 1035 if( (cx=sharedData->mbcs.extIndexes)!=NULL && in _extToU() 1126 mbcsTable=&sharedData->mbcs; in _EBCDICSwapLFNL() 1415 UConverterMBCSTable *mbcsTable=&sharedData->mbcs; in ucnv_MBCSLoad() 1484 baseSharedData->mbcs.baseSharedData!=NULL in ucnv_MBCSLoad() 1502 uprv_memcpy(mbcsTable, &baseSharedData->mbcs, sizeof(UConverterMBCSTable)); in ucnv_MBCSLoad() 1533 if(baseSharedData->mbcs.outputType==MBCS_OUTPUT_2_SISO) { in ucnv_MBCSLoad() 1736 UConverterMBCSTable *mbcsTable=&sharedData->mbcs; in ucnv_MBCSUnload() [all …]
|
D | ucnv_ext.c | 268 ((cnv)->sharedData->mbcs.outputType==MBCS_OUTPUT_2_SISO ? (int8_t)(cnv)->mode : \ 269 (cnv)->sharedData->mbcs.outputType==MBCS_OUTPUT_DBCS_ONLY ? 1 : -1) 373 match=ucnv_extMatchToU(cnv->sharedData->mbcs.extIndexes, (int8_t)UCNV_SISO_STATE(cnv), in ucnv_extContinueMatchToU() 391 ucnv_extWriteToU(cnv, cnv->sharedData->mbcs.extIndexes, in ucnv_extContinueMatchToU() 764 cnv->sharedData->mbcs.outputType==MBCS_OUTPUT_DBCS_ONLY) in ucnv_extInitialMatchFromU() 867 match=ucnv_extMatchFromU(cnv->sharedData->mbcs.extIndexes, in ucnv_extContinueMatchFromU() 891 ucnv_extWriteFromU(cnv, cnv->sharedData->mbcs.extIndexes, in ucnv_extContinueMatchFromU() 1023 cx=sharedData->mbcs.extIndexes; in ucnv_extGetUnicodeSet() 1041 } else if( sharedData->mbcs.outputType==MBCS_OUTPUT_DBCS_ONLY || in ucnv_extGetUnicodeSet()
|
D | ucnv_bld.h | 52 UConverterMBCSTable mbcs; member 124 UConverterMBCSTable mbcs; member
|
D | ucnvmbcs.h | 474 (UChar)MBCS_ENTRY_FINAL_VALUE_16((sharedData)->mbcs.stateTable[0][(uint8_t)(b)]) 485 (UBool)MBCS_ENTRY_IS_TRANSITION((sharedData)->mbcs.stateTable[0][(uint8_t)(byte)])
|
D | ucnv2022.c | 1101 if(c<0x10000 || (sharedData->mbcs.unicodeMask&UCNV_HAS_SUPPLEMENTARY)) { in MBCS_FROM_UCHAR32_ISO2022() 1102 table=sharedData->mbcs.fromUnicodeTable; in MBCS_FROM_UCHAR32_ISO2022() 1106 myValue=MBCS_VALUE_2_FROM_STAGE_2(sharedData->mbcs.fromUnicodeBytes, stage2Entry, c); in MBCS_FROM_UCHAR32_ISO2022() 1113 p=MBCS_POINTER_3_FROM_STAGE_2(sharedData->mbcs.fromUnicodeBytes, stage2Entry, c); in MBCS_FROM_UCHAR32_ISO2022() 1139 cx=sharedData->mbcs.extIndexes; in MBCS_FROM_UCHAR32_ISO2022() 1162 if(c>=0x10000 && !(sharedData->mbcs.unicodeMask&UCNV_HAS_SUPPLEMENTARY)) { in MBCS_SINGLE_FROM_UCHAR32() 1166 table=sharedData->mbcs.fromUnicodeTable; in MBCS_SINGLE_FROM_UCHAR32() 1168 value=MBCS_SINGLE_RESULT_FROM_U(table, (uint16_t *)sharedData->mbcs.fromUnicodeBytes, c); in MBCS_SINGLE_FROM_UCHAR32()
|
/external/webkit/Tools/ |
D | ChangeLog-2011-02-16 | 11587 used when communicating with child processes. On Windows we use mbcs, 11602 mbcs encoding to be used and for output from the child processes to 11604 UTF-8 is the encoding the roundtripping is undetectable, but with mbcs
|