Searched refs:myMin (Results 1 – 1 of 1) sorted by relevance
444 ESR_ReturnCode FstPushSlotLikeOLabels( fst::StdVectorFst& fst_, int myMin, int myMax) in FstPushSlotLikeOLabels() argument462 if(arc.olabel >= myMin && arc.olabel < myMax) { in FstPushSlotLikeOLabels()499 if(arc.olabel >= myMin && arc.olabel < myMax) in FstPushSlotLikeOLabels()518 void get_slot_olabel_range( const fst::SymbolTable* syms, int* myMin, int* myMax) in get_slot_olabel_range() argument522 *myMin = *myMax = 0; in get_slot_olabel_range()526 if(! (*myMin)) *myMin = iter.Value(); in get_slot_olabel_range()541 ESR_ReturnCode FstAddSlotMarkersToCFst( fst::StdVectorFst& cfst_, int myMin, int myMax) in FstAddSlotMarkersToCFst() argument558 for(int i=myMin; i<myMax; i++) in FstAddSlotMarkersToCFst()