Home
last modified time | relevance | path

Searched refs:SR_Grammar_AddWordToSlot (Results 1 – 2 of 2) sorted by relevance

/external/srec/srec/Grammar/include/
DSR_GrammarImpl.h142 SREC_GRAMMAR_API ESR_ReturnCode SR_Grammar_AddWordToSlot(SR_Grammar* self, const LCHAR* slot,
/external/srec/srec/Grammar/src/
DSR_GrammarImpl.c49 impl->Interface.addWordToSlot = &SR_Grammar_AddWordToSlot; in SR_Grammar_Create()
149 ESR_ReturnCode SR_Grammar_AddWordToSlot(SR_Grammar* self, const LCHAR* slot, const LCHAR* word, in SR_Grammar_AddWordToSlot() function