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

  /external/chromium_org/ui/base/accessibility/
accessible_text_utils.h 25 WORD_BOUNDARY,
accessible_text_utils.cc 65 case WORD_BOUNDARY:
  /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/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...]
  /external/chromium_org/ui/views/accessibility/
native_view_accessibility_win.cc     [all...]
  /external/chromium_org/content/browser/accessibility/
browser_accessibility_win.cc     [all...]

Completed in 559 milliseconds