OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:mytranscription
(Results
1 - 1
of
1
) sorted by null
/external/srec/srec/crec/
text_parser.c
195
char
mytranscription
[256];
local
196
passert(strlen(transcription) < sizeof(
mytranscription
));
197
strcpy(
mytranscription
, transcription);
198
clean_up_sentence(
mytranscription
);
202
return FST_CheckPath_Complex(context,
mytranscription
, literal, max_literal_len);
Completed in 61 milliseconds