OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:startState
(Results
1 - 3
of
3
) sorted by null
/external/icu4c/i18n/
selfmt.cpp
98
enum State{
startState
, keywordState, pastKeywordState, phraseState};
116
State state =
startState
;
137
case
startState
:
220
state =
startState
;
242
//Check if the state machine is back to
startState
243
if ( state !=
startState
){
/external/jsilver/src/com/google/clearsilver/jsilver/syntax/
AutoEscaper.java
106
AutoEscapeContext.AutoEscapeState
startState
= autoEscapeContext.getCurrentState();
112
if (!autoEscapeContext.isPermittedStateChangeForIncludes(
startState
, endState)) {
124
throw new JSilverAutoEscapingException("Template starts in context " +
startState
/packages/apps/Gallery2/src/com/android/gallery3d/app/
StateManager.java
51
public void
startState
(Class<? extends ActivityState> klass,
53
Log.v(TAG, "
startState
" + klass);
Completed in 125 milliseconds