Lines Matching refs:duplState
1257 const int32_t duplState = duplStates.second; in removeState() local
1258 U_ASSERT(keepState < duplState); in removeState()
1259 U_ASSERT(duplState < fDStates->size()); in removeState()
1261 RBBIStateDescriptor *duplSD = (RBBIStateDescriptor *)fDStates->elementAt(duplState); in removeState()
1262 fDStates->removeElementAt(duplState); in removeState()
1272 if (existingVal == duplState) { in removeState()
1274 } else if (existingVal > duplState) { in removeState()
1284 const int32_t duplState = duplStates.second; in removeSafeState() local
1285 U_ASSERT(keepState < duplState); in removeSafeState()
1286 U_ASSERT(duplState < fSafeTable->size()); in removeSafeState()
1288 fSafeTable->removeElementAt(duplState); // Note that fSafeTable has a deleter function in removeSafeState()
1297 if (existingVal == duplState) { in removeSafeState()
1299 } else if (existingVal > duplState) { in removeSafeState()