Searched refs:mytranscription (Results 1 – 1 of 1) sorted by relevance
195 char mytranscription[256]; in FST_CheckPath() local196 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()