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

  /external/srec/srec/include/
search_network.h 140 #define WORD_BOUNDARY 1
  /external/srec/tools/make_cfst/
make_cfst.cpp 184 myCfst.AddArc( stateNp1, fst::StdArc(WORD_BOUNDARY,WORD_BOUNDARY,0.0,stateNp1));
  /external/srec/tools/grxmlcompile/
grxmlcompile.cpp 477 if(arc2.ilabel == WORD_BOUNDARY) {
700 l_fst.AddArc(stateP, fst::StdArc( WORD_BOUNDARY, EPSILON_LABEL, 0.0, stateEn));
750 l_fst.AddArc(statePp1, fst::StdArc( WORD_BOUNDARY, EPSILON_LABEL, 0.0, stateEn));
751 l_fst.AddArc(stateP, fst::StdArc( WORD_BOUNDARY, EPSILON_LABEL, 0.0, stateEn));
756 l_fst.AddArc(stateP, fst::StdArc( WORD_BOUNDARY, EPSILON_LABEL, 0.0, stateEn));
    [all...]
  /external/srec/tools/test_g2g/
test_g2g.c 266 if(arc->ilabel == WORD_BOUNDARY) break;
283 if(arc->ilabel == WORD_BOUNDARY) break;
290 if(ilabels[num_ilabels-1] == WORD_BOUNDARY)
  /external/webkit/JavaScriptCore/pcre/
pcre_internal.h 257 macro(WORD_BOUNDARY) \
pcre_exec.cpp 727 BEGIN_OPCODE(WORD_BOUNDARY): {
    [all...]
  /external/srec/srec/crec/
srec_context.c 243 if(context->FSMarc_list[i].ilabel == WORD_BOUNDARY)
293 if (!strcmp(hmm_Name, ".wb")) return WORD_BOUNDARY;
303 else if (ilabel == WORD_BOUNDARY)
    [all...]
srec.c 912 if (fsm_arc->ilabel == WORD_BOUNDARY && cost_with_wtw >= current_word_threshold) {
930 if (fsm_arc->ilabel == WORD_BOUNDARY) {
    [all...]

Completed in 288 milliseconds