Home | History | Annotate | Download | only in common

Lines Matching refs:newResults

1258     uint16_t *newResults;
1358 newResults=(uint16_t *)newStateTable[mbcsTable->countStates];
1359 uprv_memcpy(newResults, bytes, sizeofFromUBytes);
1363 MBCS_SINGLE_RESULT_FROM_U(table, newResults, U_LF)=EBCDIC_RT_NL;
1364 MBCS_SINGLE_RESULT_FROM_U(table, newResults, U_NL)=EBCDIC_RT_LF;
1367 MBCS_VALUE_2_FROM_STAGE_2(newResults, stage2Entry, U_LF)=EBCDIC_NL;
1370 MBCS_VALUE_2_FROM_STAGE_2(newResults, stage2Entry, U_NL)=EBCDIC_LF;
1374 name=(char *)newResults+sizeofFromUBytes;
1382 mbcsTable->swapLFNLFromUnicodeBytes=(uint8_t *)newResults;