Home | History | Annotate | Download | only in parseStringTest

Lines Matching refs:result_count

107   size_t i, result_count, key_count;
129 result_count = MAX_SEM_RESULTS; /* initially not greater than MAX */
130 for (i = 0; i < result_count; i++)
138 rc = grammar->checkParse(grammar, trans, semanticResults, (size_t*) & result_count);
170 result_count = 0;
178 wordIDs, semanticResults, &result_count);
187 if (result_count < 1)
195 pfprintf(fout, "parse ok (%d results) (%s) (%d)\n", result_count, trans, key_count);
196 for (i = 0; i < result_count; i++)
215 int i, result_count;
219 result_count = MAX_SEM_RESULTS;
220 for (i = 0; i < result_count; i++)
228 rc = grammar->checkParse(grammar, trans, semanticResults, (size_t*) & result_count);
235 if (result_count < 1) /*failed to parse, but this could still be a pass if you expected a failure*/
245 for (i = 0; i < result_count; i++)
547 size_t result_count;
579 result_count = MAX_SEM_RESULTS;
580 for (i = 0; i < result_count; i++)
584 rc = grammar->checkParse(grammar, trans, semanticResults, (size_t*) & result_count);
591 if (result_count < 1) /*failed to parse, but this could still be a pass if you expected a failure*/
617 for (i = 0; i < result_count; i++)