Home | History | Annotate | Download | only in common

Lines Matching refs:countStates

694     for(state=0; state<mbcsTable->countStates; ++state) {
1201 mbcsTable->countStates*1024+
1212 uprv_memcpy(newStateTable, mbcsTable->stateTable, mbcsTable->countStates*1024);
1218 newResults=(uint16_t *)newStateTable[mbcsTable->countStates];
1550 mbcsTable->countStates<=127
1558 count=mbcsTable->countStates;
1582 mbcsTable->countStates=(uint8_t)(count+1);
1623 mbcsTable->countStates=(uint8_t)header->countStates;
1626 mbcsTable->toUFallbacks=(const _MBCSToUFallback *)(mbcsTable->stateTable+header->countStates);
1657 (mbcsTable->countStates==1 ?
1664 if(mbcsTable->countStates==1) {
1715 if(mbcsTable->countStates==1) {
2352 if(cnv->sharedData->mbcs.countStates==1) {
2847 } else if(cnv->sharedData->mbcs.countStates==1) {
3135 * conversions, i.e., that sharedData->mbcs.countStates==1 is still true.
3139 if(sharedData->mbcs.countStates==1) {
5561 if(converter->sharedData->mbcs.countStates==1) {