Searched refs:transcription_len (Results 1 – 1 of 1) sorted by relevance
113 int transcription_len = strlen(transcription); in FST_CheckPath_Simple() local116 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()