Home | History | Annotate | Download | only in common

Lines Matching defs:newResults

1121     uint16_t *newResults;
1221 newResults=(uint16_t *)newStateTable[mbcsTable->countStates];
1222 uprv_memcpy(newResults, bytes, sizeofFromUBytes);
1226 MBCS_SINGLE_RESULT_FROM_U(table, newResults, U_LF)=EBCDIC_RT_NL;
1227 MBCS_SINGLE_RESULT_FROM_U(table, newResults, U_NL)=EBCDIC_RT_LF;
1230 MBCS_VALUE_2_FROM_STAGE_2(newResults, stage2Entry, U_LF)=EBCDIC_NL;
1233 MBCS_VALUE_2_FROM_STAGE_2(newResults, stage2Entry, U_NL)=EBCDIC_LF;
1237 name=(char *)newResults+sizeofFromUBytes;
1245 newResults;