HomeSort by relevance Sort by last modified time
    Searched refs:SR_Grammar_AddWordToSlot (Results 1 - 2 of 2) sorted by null

  /external/srec/srec/Grammar/include/
SR_GrammarImpl.h 142 SREC_GRAMMAR_API ESR_ReturnCode SR_Grammar_AddWordToSlot(SR_Grammar* self, const LCHAR* slot,
  /external/srec/srec/Grammar/src/
SR_GrammarImpl.c 49 impl->Interface.addWordToSlot = &SR_Grammar_AddWordToSlot;
149 ESR_ReturnCode SR_Grammar_AddWordToSlot(SR_Grammar* self, const LCHAR* slot, const LCHAR* word,
164 PLogError ( "SR_Grammar_AddWordToSlot slot : %s too long : Max %d", slot, MAX_STRING_LEN - 1 );
172 PLogError ( "SR_Grammar_AddWordToSlot word : %s too long : Max %d", word, MAX_STRING_LEN - 1 );
180 PLogError ( "SR_Grammar_AddWordToSlot pronunciation : %s too long : Max %d", pronunciation, MAX_STRING_LEN - 1 );
188 PLogError ( "SR_Grammar_AddWordToSlot tag : %s too long : Max %d", tag, MAX_STRING_LEN - 1 );

Completed in 25 milliseconds