Home | History | Annotate | Download | only in common

Lines Matching defs:newResults

1118     uint16_t *newResults;
1218 newResults=(uint16_t *)newStateTable[mbcsTable->countStates];
1219 uprv_memcpy(newResults, bytes, sizeofFromUBytes);
1223 MBCS_SINGLE_RESULT_FROM_U(table, newResults, U_LF)=EBCDIC_RT_NL;
1224 MBCS_SINGLE_RESULT_FROM_U(table, newResults, U_NL)=EBCDIC_RT_LF;
1227 MBCS_VALUE_2_FROM_STAGE_2(newResults, stage2Entry, U_LF)=EBCDIC_NL;
1230 MBCS_VALUE_2_FROM_STAGE_2(newResults, stage2Entry, U_NL)=EBCDIC_LF;
1234 name=(char *)newResults+sizeofFromUBytes;
1242 mbcsTable->swapLFNLFromUnicodeBytes=(uint8_t *)newResults;