Home | History | Annotate | Download | only in grxmlcompile

Lines Matching refs:myMax

444 ESR_ReturnCode FstPushSlotLikeOLabels( fst::StdVectorFst& fst_, int myMin, int myMax)
462 if(arc.olabel >= myMin && arc.olabel < myMax) {
490 int *num_pclg_arcs_using_slot = new int[myMax];
491 for(i=0;i<myMax;i++) num_pclg_arcs_using_slot[i] = 0;
499 if(arc.olabel >= myMin && arc.olabel < myMax)
503 for(i=0; i<myMax; i++) {
516 /* gets the range of slot numbers, myMin inclusive, myMax is exclusive */
518 void get_slot_olabel_range( const fst::SymbolTable* syms, int* myMin, int* myMax)
522 *myMin = *myMax = 0;
527 *myMax = iter.Value()+1;
541 ESR_ReturnCode FstAddSlotMarkersToCFst( fst::StdVectorFst& cfst_, int myMin, int myMax)
558 for(int i=myMin; i<myMax; i++)