Home
last modified time | relevance | path

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

/external/srec/srec/crec/
Dtext_parser.c195 char mytranscription[256]; in FST_CheckPath() local
196 passert(strlen(transcription) < sizeof(mytranscription)); in FST_CheckPath()
197 strcpy(mytranscription, transcription); in FST_CheckPath()
198 clean_up_sentence(mytranscription); in FST_CheckPath()
202 return FST_CheckPath_Complex(context, mytranscription, literal, max_literal_len); in FST_CheckPath()