OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:countStates
(Results
1 - 3
of
3
) sorted by null
/external/icu/icu4c/source/tools/toolutil/
ucm.h
98
int32_t
countStates
, minCharLength, maxCharLength, countToUCodeUnits;
/external/icu/icu4c/source/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
,
/external/icu/icu4j/main/classes/charset/src/com/ibm/icu/charset/
CharsetMBCS.java
70
short
countStates
;
75
int stateTable[/*
countStates
*/][/* 256 */];
76
int swapLFNLStateTable[/*
countStates
*/][/* 256 */]; /* for swaplfnl */
118
* UConverterMBCSTable(UConverterMBCSTable t) {
countStates
= t.
countStates
; dbcsOnlyState = t.dbcsOnlyState;
155
int
countStates
, countToUFallbacks, offsetToUCodeUnits, offsetFromUTable, offsetFromUBytes;
369
&& baseSharedData.staticData.maxBytesPerChar == 2 && mbcsTable.
countStates
<= 127) {
378
count = mbcsTable.
countStates
;
399
mbcsTable.
countStates
= (byte) (count + 1);
459
(mbcsTable.
countStates
== 1 ? ((char)header.version[2] >= (SBCS_FAST_MAX>>8)) : ((char)header.version[2] >= (MBCS_FAST_MA (…)
[
all
...]
Completed in 1008 milliseconds