Home
last modified time | relevance | path

Searched refs:myMin (Results 1 – 1 of 1) sorted by relevance

/external/srec/tools/grxmlcompile/
Dgrxmlcompile.cpp444 ESR_ReturnCode FstPushSlotLikeOLabels( fst::StdVectorFst& fst_, int myMin, int myMax) in FstPushSlotLikeOLabels() argument
462 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() argument
522 *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() argument
558 for(int i=myMin; i<myMax; i++) in FstAddSlotMarkersToCFst()