OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:countStates
(Results
1 - 6
of
6
) sorted by null
/external/icu4c/tools/toolutil/
ucmstate.c
189
if(states->
countStates
==MBCS_MAX_STATE_COUNT) {
194
error=parseState(s, states->stateTable[states->
countStates
],
195
&states->stateFlags[states->
countStates
]);
201
++states->
countStates
;
342
* This is achieved in at most
countStates
iterations.
345
for(count=states->
countStates
; !allStatesReady && count>=0; --count) {
347
for(state=states->
countStates
-1; state>=0; --state) {
406
for(state=1; state<states->
countStates
; ++state) {
432
if(states->
countStates
==0) {
492
for(state=0; state<states->
countStates
; ++state)
[
all
...]
ucm.h
97
int32_t
countStates
, minCharLength, maxCharLength, countToUCodeUnits;
/external/icu4c/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 */
460
uint32_t
countStates
,
ucnvmbcs.c
697
for(state=0; state<mbcsTable->
countStates
; ++state) {
[
all
...]
ucnv_bld.cpp
[
all
...]
/external/icu4c/tools/makeconv/
genmbcs.cpp
375
if(mbcsData->ucm->states.
countStates
==0) {
[
all
...]
Completed in 744 milliseconds