Home
last modified time | relevance | path

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

/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/
DCalendarCache.java75 long[] oldValues = values; in rehash() local
86 if (oldValues[i] != EMPTY) { in rehash()
87 put(oldKeys[i], oldValues[i]); in rehash()
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/impl/
DCalendarCache.java77 long[] oldValues = values; in rehash() local
88 if (oldValues[i] != EMPTY) { in rehash()
89 put(oldKeys[i], oldValues[i]); in rehash()
/third_party/vk-gl-cts/framework/randomshaders/
DrsgVariableManager.cpp444 map<const Variable*, const ValueEntry*> oldValues; in popValueScope() local
448 oldValues[(*valueIter)->getVariable()] = *valueIter; in popValueScope()
468 if (oldValues.find(var) != oldValues.end()) in popValueScope()
470 const ValueEntry* oldEntry = oldValues[var]; in popValueScope()