Searched refs:newResults (Results 1 – 1 of 1) sorted by relevance
/external/icu4c/common/ |
D | ucnvmbcs.c | 1118 uint16_t *newResults; in _EBCDICSwapLFNL() local 1218 newResults=(uint16_t *)newStateTable[mbcsTable->countStates]; in _EBCDICSwapLFNL() 1219 uprv_memcpy(newResults, bytes, sizeofFromUBytes); in _EBCDICSwapLFNL() 1223 MBCS_SINGLE_RESULT_FROM_U(table, newResults, U_LF)=EBCDIC_RT_NL; in _EBCDICSwapLFNL() 1224 MBCS_SINGLE_RESULT_FROM_U(table, newResults, U_NL)=EBCDIC_RT_LF; in _EBCDICSwapLFNL() 1227 MBCS_VALUE_2_FROM_STAGE_2(newResults, stage2Entry, U_LF)=EBCDIC_NL; in _EBCDICSwapLFNL() 1230 MBCS_VALUE_2_FROM_STAGE_2(newResults, stage2Entry, U_NL)=EBCDIC_LF; in _EBCDICSwapLFNL() 1234 name=(char *)newResults+sizeofFromUBytes; in _EBCDICSwapLFNL() 1242 mbcsTable->swapLFNLFromUnicodeBytes=(uint8_t *)newResults; in _EBCDICSwapLFNL()
|