Home
last modified time | relevance | path

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

/external/srec/srec/Semproc/src/
DSemanticGraphImpl.c1021 ESR_ReturnCode SR_SemanticGraph_AddWordToSlot(SR_SemanticGraph* self, const LCHAR* _slot, const LCH… in SR_SemanticGraph_AddWordToSlot() argument
1041 if(_slot[0] == '@') { in SR_SemanticGraph_AddWordToSlot()
1043 strcat(veslot,_slot+1); in SR_SemanticGraph_AddWordToSlot()
1046 strcpy(veslot, _slot); in SR_SemanticGraph_AddWordToSlot()
1051 PLogError(L("ESR_NO_MATCH_ERROR: Could not find slotID in wordmap %s"), _slot); in SR_SemanticGraph_AddWordToSlot()
/external/srec/srec/crec/
Dsrec_context.c1187 int FST_AddWordToGrammar(srec_context* fst, const char* _slot, in FST_AddWordToGrammar() argument
1204 if(_slot[0] == '@') { in FST_AddWordToGrammar()
1206 strcat(veslot,_slot+1); in FST_AddWordToGrammar()
1209 strcpy(veslot, _slot); in FST_AddWordToGrammar()