Searched refs:startState (Results 1 – 3 of 3) sorted by relevance
/external/svox/pico/lib/ |
D | picokfst.c | 342 extern void picokfst_kfstGetTrans (picokfst_FST this, picokfst_state_t startState, picokfst_class_t… in picokfst_kfstGetTrans() argument 351 …if ((startState < 1) || (startState > fst->nrStates) || (transClass < 1) || (transClass > fst->nrC… in picokfst_kfstGetTrans() 354 index = (startState - 1) * fst->nrClasses + transClass - 1; in picokfst_kfstGetTrans() 363 extern void picokfst_kfstStartInEpsTransSearch (picokfst_FST this, picokfst_state_t startState, in picokfst_kfstStartInEpsTransSearch() argument 373 if ((startState > 0) && (startState <= fst->nrStates)) { in picokfst_kfstStartInEpsTransSearch() 374 pos = fst->inEpsStateTabPos + (startState - 1) * 4; in picokfst_kfstStartInEpsTransSearch()
|
D | picokfst.h | 135 void picokfst_kfstGetTrans (picokfst_FST this, picokfst_state_t startState, picokfst_class_t transC… 144 void picokfst_kfstStartInEpsTransSearch (picokfst_FST this, picokfst_state_t startState,
|
/external/icu4c/i18n/ |
D | selfmt.cpp | 76 enum State{ startState, keywordState, pastKeywordState, phraseState}; in applyPattern() enumerator 93 State state = startState; in applyPattern() 113 case startState: in applyPattern() 191 state = startState; in applyPattern() 213 if ( state != startState){ in applyPattern()
|