OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:kStackSize
(Results
1 - 2
of
2
) sorted by null
/external/icu4c/common/
rbbiscan.h
49
kStackSize
= 100 // The size of the state stack for
116
uint16_t fStack[
kStackSize
]; // State stack, holds state pushes
120
RBBINode *fNodeStack[
kStackSize
]; // Node stack, holds nodes created
/external/icu4c/i18n/
regexcmp.h
44
kStackSize
= 100 // The size of the state stack for
150
uint16_t fStack[
kStackSize
]; // State stack, holds state pushes
Completed in 16 milliseconds