OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:read_word_transcription
(Results
1 - 3
of
3
) sorted by null
/external/srec/srec/include/
hmmlib.h
32
int
read_word_transcription
(const LCHAR* basename, vocab_info* voc, ESR_Locale* locale);
/external/srec/srec/ca/
voc_basi.c
77
if (0 <=
read_word_transcription
(vocname, &hVocab->voc, locale)) {
/external/srec/srec/clib/
voc_read.c
71
int
read_word_transcription
(const LCHAR* basename, vocab_info* voc, ESR_Locale* locale)
function
82
PLogError("Error: invalid arg to
read_word_transcription
()\n");
87
PLogError("
read_word_transcription
: mmap_zip failed for %s\n", basename);
93
PLogError(L("
read_word_transcription
: last character in %s not newline\n"), basename);
150
PLogError(L("
read_word_transcription
: failed to read '%s'"), basename);
Completed in 331 milliseconds