OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:get_num_prons
(Results
1 - 1
of
1
) sorted by null
/external/srec/srec/Vocabulary/src/
VocabularyImpl.c
309
size_t
get_num_prons
( const LCHAR* word_prons, const LCHAR** word_pron_ptr, int max_num_prons)
function
333
size_t nphrase_prons =
get_num_prons
( phrase_prons, (const LCHAR**)phrase_pron_ptr, MAX_NUM_PRONS);
334
size_t nword_prons =
get_num_prons
( word_prons, (const LCHAR**)word_pron_ptr, MAX_NUM_PRONS);
Completed in 42 milliseconds