Home
last modified time | relevance | path

Searched refs:prons (Results 1 – 6 of 6) sorted by relevance

/external/srec/srec/ca/
Dvoc_basi.c113 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/
Dvocab.cpp75 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()
Dgrxmlcompile.cpp659 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/
Dvoc_read.c165 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/
DdictTest.c45 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/
Dhmmlib.h34 int get_prons(const vocab_info* voc, const char* label, char* prons, int prons_len);