Searched refs:MBCS_OUTPUT_2_SISO (Results 1 – 9 of 9) sorted by relevance
568 states->outputType=MBCS_OUTPUT_2_SISO; in ucm_processStates()628 if(states->outputType==MBCS_OUTPUT_2_SISO) { in compactToUnicode2()993 if(length==2 && states->outputType==MBCS_OUTPUT_2_SISO) { in ucm_countChars()1044 if(count>1 && states->outputType==MBCS_OUTPUT_2_SISO && length!=2*count) { in ucm_countChars()
435 isSISO=(UBool)(baseStates->outputType==MBCS_OUTPUT_2_SISO); in checkBaseExtBytes()
350 if (baseSharedData.mbcs.outputType == MBCS_OUTPUT_2_SISO) { in loadConverter()416 case MBCS_OUTPUT_2_SISO: in loadConverter()494 … if (mbcsTable.outputType == MBCS_OUTPUT_DBCS_ONLY || mbcsTable.outputType == MBCS_OUTPUT_2_SISO) { in loadConverter()637 case CharsetMBCS.MBCS_OUTPUT_2_SISO: in reconstituteData()904 if (outputType == MBCS_OUTPUT_2_SISO) { in initializeConverter()912 if (outputType == MBCS_OUTPUT_2_SISO) { in initializeConverter()977 … if (!((mbcsTable.outputType == MBCS_OUTPUT_1 || mbcsTable.outputType == MBCS_OUTPUT_2_SISO) && in EBCDICSwapLFNL()1072 static final int MBCS_OUTPUT_2_SISO = 12; /* c */ field in CharsetMBCS1073 static final int MBCS_OUTPUT_2_HZ = MBCS_OUTPUT_2_SISO + 1; /* d */1620 return sharedData.mbcs.outputType == MBCS_OUTPUT_2_SISO ? (byte) mode in SISO_STATE()[all …]
553 case CharsetMBCS.MBCS_OUTPUT_2_SISO: in readMBCSTable()
1285 (mbcsTable->outputType==MBCS_OUTPUT_1 || mbcsTable->outputType==MBCS_OUTPUT_2_SISO) && in _EBCDICSwapLFNL()1678 if(baseSharedData->mbcs.outputType==MBCS_OUTPUT_2_SISO) { in ucnv_MBCSLoad()1752 case MBCS_OUTPUT_2_SISO: in ucnv_MBCSLoad()1870 if(mbcsTable->outputType==MBCS_OUTPUT_DBCS_ONLY || mbcsTable->outputType==MBCS_OUTPUT_2_SISO) { in ucnv_MBCSLoad()1955 if(outputType==MBCS_OUTPUT_2_SISO) { in ucnv_MBCSOpen()1962 if(outputType==MBCS_OUTPUT_2_SISO) { in ucnv_MBCSOpen()4150 if(outputType==MBCS_OUTPUT_2_SISO) { in ucnv_MBCSFromUnicodeWithOffsets()4239 case MBCS_OUTPUT_2_SISO: in ucnv_MBCSFromUnicodeWithOffsets()4470 case MBCS_OUTPUT_2_SISO: in ucnv_MBCSFromUnicodeWithOffsets()4775 outputType==MBCS_OUTPUT_2_SISO && prevLength==2 && in ucnv_MBCSFromUnicodeWithOffsets()[all …]
337 MBCS_OUTPUT_2_SISO=12, /* c */ enumerator
1477 case MBCS_OUTPUT_2_SISO: in ucnv_swap()1608 case MBCS_OUTPUT_2_SISO: in ucnv_swap()
272 ((cnv)->sharedData->mbcs.outputType==MBCS_OUTPUT_2_SISO ? (int8_t)(cnv)->mode : \
388 if(length==2 && mbcsData->ucm->states.outputType==MBCS_OUTPUT_2_SISO) { in MBCSAddToUnicode()697 if( mbcsData->ucm->states.outputType==MBCS_OUTPUT_2_SISO && in MBCSAddFromUnicode()