OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:get_prons
(Results
1 - 3
of
3
) sorted by null
/external/srec/srec/include/
hmmlib.h
34
int
get_prons
(const vocab_info* voc, const char* label, char* prons, int prons_len);
/external/srec/srec/ca/
voc_basi.c
117
pronCount =
get_prons
(&hVocab->voc, label, prons, sizeof(prons));
128
pronCount =
get_prons
(&hVocab->voc, lower, prons, sizeof(prons));
160
pronCount =
get_prons
(&hVocab->voc, label, pron, pronMaxSize);
171
pronCount =
get_prons
(&hVocab->voc, lower, pron, pronMaxSize);
/external/srec/srec/clib/
voc_read.c
165
int
get_prons
(const vocab_info* voc, const char* label, char* prons, int prons_len) {
function
171
//PLogError(L("
get_prons
'%s'"), label);
Completed in 65 milliseconds