OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:countStates
(Results
1 - 4
of
4
) sorted by null
/external/chromium_org/third_party/icu/source/tools/toolutil/
ucm.h
97
int32_t
countStates
, minCharLength, maxCharLength, countToUCodeUnits;
/external/icu4c/tools/toolutil/
ucm.h
98
int32_t
countStates
, minCharLength, maxCharLength, countToUCodeUnits;
/external/chromium_org/third_party/icu/source/common/
ucnvmbcs.h
136
* 1 uint32_t
countStates
177
* int32_t stateTable[
countStates
][256];
367
uint8_t
countStates
, dbcsOnlyState, stateTableOwned;
370
const int32_t (*stateTable)/*[
countStates
]*/[256];
371
int32_t (*swapLFNLStateTable)/*[
countStates
]*/[256]; /* for swaplfnl */
425
uint32_t
countStates
,
/external/icu4c/common/
ucnvmbcs.h
139
* 1 uint32_t
countStates
180
* int32_t stateTable[
countStates
][256];
370
uint8_t
countStates
, dbcsOnlyState, stateTableOwned;
373
const int32_t (*stateTable)/*[
countStates
]*/[256];
374
int32_t (*swapLFNLStateTable)/*[
countStates
]*/[256]; /* for swaplfnl */
463
uint32_t
countStates
,
Completed in 249 milliseconds