Searched refs:prons (Results 1 – 6 of 6) sorted by relevance
/external/srec/srec/ca/ |
D | voc_basi.c | 113 char prons[256]; in CA_CheckEntryInDictionary() local 117 pronCount = get_prons(&hVocab->voc, label, prons, sizeof(prons)); in CA_CheckEntryInDictionary() 128 pronCount = get_prons(&hVocab->voc, lower, prons, sizeof(prons)); in CA_CheckEntryInDictionary()
|
/external/srec/tools/grxmlcompile/ |
D | vocab.cpp | 75 LCHAR prons[MAX_PRONS_LENGTH]; in lookup() local 83 memset (prons, 0x00, sizeof(LCHAR)); in lookup() 90 rc = SR_VocabularyGetPronunciation( p_SRVocab, c_phrase, prons, &len ); in lookup() 96 std::cout <<"OUTPUT: " << prons << " num " << len << std::endl; in lookup() 101 pron = &prons[0]+len_used; in lookup()
|
D | grxmlcompile.cpp | 659 LCHAR prons[MAX_PRONS_LENGTH]; in make_openfst_graphs() local 706 rc = SR_VocabularyGetPronunciation(vocab, phrase, prons, &len); in make_openfst_graphs() 713 pron = &prons[0]+len_used; in make_openfst_graphs()
|
/external/srec/srec/clib/ |
D | voc_read.c | 165 int get_prons(const vocab_info* voc, const char* label, char* prons, int prons_len) { in get_prons() argument 235 *prons++ = *low++; in get_prons() 237 *prons++ = 0; in get_prons() 241 *prons++ = 0; in get_prons()
|
/external/srec/tools/dictTest/ |
D | dictTest.c | 45 LCHAR prons[MAX_PRONS_LENGTH]; in doGetProns() local 47 rc = SR_VocabularyGetPronunciation(vocab, phrase, prons, &len); in doGetProns() 56 pron = &prons[0]+len_used; in doGetProns()
|
/external/srec/srec/include/ |
D | hmmlib.h | 34 int get_prons(const vocab_info* voc, const char* label, char* prons, int prons_len);
|