Home | History | Annotate | Download | only in common

Lines Matching refs:countStates

697     for(state=0; state<mbcsTable->countStates; ++state) {
1204 mbcsTable->countStates*1024+
1215 uprv_memcpy(newStateTable, mbcsTable->stateTable, mbcsTable->countStates*1024);
1221 newResults=(uint16_t *)newStateTable[mbcsTable->countStates];
1552 mbcsTable->countStates<=127
1560 count=mbcsTable->countStates;
1584 mbcsTable->countStates=(uint8_t)(count+1);
1625 mbcsTable->countStates=(uint8_t)header->countStates;
1628 mbcsTable->toUFallbacks=(const _MBCSToUFallback *)(mbcsTable->stateTable+header->countStates);
1659 (mbcsTable->countStates==1 ?
1666 if(mbcsTable->countStates==1) {
1717 if(mbcsTable->countStates==1) {
2354 if(cnv->sharedData->mbcs.countStates==1) {
2849 } else if(cnv->sharedData->mbcs.countStates==1) {
3137 * conversions, i.e., that sharedData->mbcs.countStates==1 is still true.
3141 if(sharedData->mbcs.countStates==1) {
5569 if(converter->sharedData->mbcs.countStates==1) {