Home
last modified time | relevance | path

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

/external/svox/pico/lib/
Dpicokfst.c343 picokfst_state_t * endState) in picokfst_kfstGetTrans() argument
352 (*endState) = 0; in picokfst_kfstGetTrans()
357 (*endState) = endStateX; in picokfst_kfstGetTrans()
388 picokfst_symid_t * outSym, picokfst_state_t * endState) in picokfst_kfstGetNextInEpsTrans() argument
397 (*endState) = 0; in picokfst_kfstGetNextInEpsTrans()
404 *endState = (picokfst_state_t)val; in picokfst_kfstGetNextInEpsTrans()
410 (*endState) = 0; in picokfst_kfstGetNextInEpsTrans()
Dpicokfst.h136 picokfst_state_t * endState);
155 picokfst_symid_t * outSym, picokfst_state_t * endState);
/external/jsilver/src/com/google/clearsilver/jsilver/syntax/
DAutoEscaper.java111 AutoEscapeContext.AutoEscapeState endState = autoEscapeContext.getCurrentState(); in caseStart() local
112 if (!autoEscapeContext.isPermittedStateChangeForIncludes(startState, endState)) { in caseStart()
125 + " but ends in different context " + endState, templateName); in caseStart()