Home
last modified time | relevance | path

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

/external/srec/srec/crec/
Dtext_parser.c113 int transcription_len = strlen(transcription); in FST_CheckPath_Simple() local
116 for (; transcription_len > 0; transcription_len--) in FST_CheckPath_Simple()
117 if (transcription[transcription_len-1] != ' ') break; in FST_CheckPath_Simple()
118 rc = check_word_path(context, atok, transcription, transcription_len); in FST_CheckPath_Simple()