Searched refs:wordmap_whether_in_rule (Results 1 – 4 of 4) sorted by relevance
/external/srec/srec/include/ |
D | srec_context.h | 222 int wordmap_whether_in_rule(wordmap* wmap, wordID word, wordID rule);
|
/external/srec/srec/crec/ |
D | astar.c | 106 if (wordmap_whether_in_rule(wmap, word, atoken->ilabel)) in get_arc_for_word() 157 if (wordmap_whether_in_rule(wmap, word, tmp->ilabel)) in get_arc_for_word()
|
D | srec_context.c | 532 int wordmap_whether_in_rule(wordmap* wmap, wordID word, wordID rule) in wordmap_whether_in_rule() function
|
/external/srec/srec/Semproc/src/ |
D | SemanticProcessorImpl.c | 274 wordmap_whether_in_rule(semgraph->ilabels, *currentWord, atok->ilabel)) in checkpath_forwardByWordID() 383 wordmap_whether_in_rule(semgraph->ilabels, wdID, atok->ilabel)) in checkpath_forward()
|