OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:stateTable
(Results
1 - 5
of
5
) sorted by null
/external/jsilver/src/com/google/streamhtmlparser/impl/
ParserStateTable.java
71
private final InternalState[][]
stateTable
;
82
stateTable
= new InternalState[MAX_STATES][MAX_CHARS];
113
result =
stateTable
[id][currentChar];
171
stateTable
[from.getId()][chr] = to;
/external/icu4c/tools/toolutil/
ucm.h
93
int32_t
stateTable
[MBCS_MAX_STATE_COUNT][256];
/external/icu4c/layout/
HangulLayoutEngine.cpp
75
static const StateTransition
stateTable
[][CC_COUNT] =
252
const StateTransition transition =
stateTable
[state][chClass];
IndicReordering.cpp
563
static const le_int8
stateTable
[][CC_COUNT] =
613
state =
stateTable
[state][charClass & CF_CLASS_MASK];
[
all
...]
/external/icu4c/common/
ucnvmbcs.h
177
* int32_t
stateTable
[countStates][256];
370
const int32_t (*
stateTable
)/*[countStates]*/[256];
474
(UChar)MBCS_ENTRY_FINAL_VALUE_16((sharedData)->mbcs.
stateTable
[0][(uint8_t)(b)])
485
(UBool)MBCS_ENTRY_IS_TRANSITION((sharedData)->mbcs.
stateTable
[0][(uint8_t)(byte)])
Completed in 1017 milliseconds