Home
last modified time | relevance | path

Searched refs:existingVal (Results 1 – 3 of 3) sorted by relevance

/external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
DRBBITableBuilder.java980 int existingVal = sd.fDtran[col];
981 int newVal = existingVal;
982 if (existingVal == duplState) {
984 } else if (existingVal > duplState) {
985 newVal = existingVal - 1;
1020 int existingVal = row[col];
1021 int newVal = existingVal;
1022 if (existingVal == duplState) {
1024 } else if (existingVal > duplState) {
1025 newVal = existingVal - 1;
/external/icu/android_icu4j/src/main/java/android/icu/text/
DRBBITableBuilder.java981 int existingVal = sd.fDtran[col];
982 int newVal = existingVal;
983 if (existingVal == duplState) {
985 } else if (existingVal > duplState) {
986 newVal = existingVal - 1;
1021 int existingVal = row[col];
1022 int newVal = existingVal;
1023 if (existingVal == duplState) {
1025 } else if (existingVal > duplState) {
1026 newVal = existingVal - 1;
/external/icu/icu4c/source/common/
Drbbitblb.cpp1198 int32_t existingVal = sd->fDtran->elementAti(col); in removeState() local
1199 int32_t newVal = existingVal; in removeState()
1200 if (existingVal == duplState) { in removeState()
1202 } else if (existingVal > duplState) { in removeState()
1203 newVal = existingVal - 1; in removeState()
1233 int32_t existingVal = sd->charAt(col); in removeSafeState() local
1234 int32_t newVal = existingVal; in removeSafeState()
1235 if (existingVal == duplState) { in removeSafeState()
1237 } else if (existingVal > duplState) { in removeSafeState()
1238 newVal = existingVal - 1; in removeSafeState()