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

  /external/svox/pico/lib/
picokfst.h 133 if such a transition exists, 'endState' returns the end state of the transition (> 0),
134 otherwise 'endState' returns <= 0 */
136 picokfst_state_t * endState);
151 the output symbol of the found pair, and '*endState' returns the end state
155 picokfst_symid_t * outSym, picokfst_state_t * endState);
picokfst.c 343 picokfst_state_t * endState)
352 (*endState) = 0;
357 (*endState) = endStateX;
388 picokfst_symid_t * outSym, picokfst_state_t * endState)
397 (*endState) = 0;
404 *endState = (picokfst_state_t)val;
410 (*endState) = 0;
  /external/jsilver/src/com/google/clearsilver/jsilver/syntax/
AutoEscaper.java 111 AutoEscapeContext.AutoEscapeState endState = autoEscapeContext.getCurrentState();
112 if (!autoEscapeContext.isPermittedStateChangeForIncludes(startState, endState)) {
125 + " but ends in different context " + endState, templateName);

Completed in 59 milliseconds