Home
last modified time | relevance | path

Searched refs:copy_of_trans (Results 1 – 2 of 2) sorted by relevance

/external/srec/srec/Grammar/src/
DSR_GrammarImpl.c672 char copy_of_trans[512]; in SR_Grammar_CheckParse() local
673 strcpy(copy_of_trans, transcription); in SR_Grammar_CheckParse()
675 if (CA_CheckTranscription(impl->syntax, (LCHAR*)copy_of_trans, 0) == 0) in SR_Grammar_CheckParse()
676 … rc = impl->semproc->checkParse(impl->semproc, impl->semgraph, copy_of_trans, result, resultCount); in SR_Grammar_CheckParse()
/external/srec/tools/parseStringTest/
DparseStringTest.c142 char copy_of_trans[256], *p; in Parse() local
143 strcpy(copy_of_trans, trans); in Parse()
147 for (p = strtok(copy_of_trans, " "); p; p = strtok(NULL, " ")) in Parse()