Lines Matching full:state
118 such pairs exist at all; '*searchState' returns a search state to be used in
125 '*searchState' maintains the search state, 'pairFound' returns whether any more pair was found,
132 /* attempts to do FST transition from state 'startState' with pair class 'transClass';
133 if such a transition exists, 'endState' returns the end state of the transition (> 0),
139 FST transitions starting in state 'startState'; to be used for fast
142 if so, '*searchState' returns a search state to be used in subsequent calls
147 /* gets next FST transition with a pair with empty input symbol starting from a state
149 '*searchState' maintains the search state, '*inEpsTransFound' returns
151 the output symbol of the found pair, and '*endState' returns the end state
157 /* returns whether 'state' is an accepting state of FST; originally, only
158 state 1 was an accepting state; however, in order to remove the need to
160 defines a state as an accepting state if there is transition to state 1
162 picoos_bool picokfst_kfstIsAcceptingState (picokfst_FST this, picokfst_state_t state);