Home
last modified time | relevance | path

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

/third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/util/
DCalendarFieldsSet.java31 int calVal = cal.get(i); in matches() local
32 if(calVal != get(i)) { in matches()
34 diffSet.set(i, calVal); in matches()
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/util/
DCalendarFieldsSet.java34 int calVal = cal.get(i); in matches() local
35 if(calVal != get(i)) { in matches()
37 diffSet.set(i, calVal); in matches()
/third_party/icu/icu4c/source/test/intltest/
Dfldset.cpp283 int32_t calVal = cal->get((UCalendarDateFields)i, status); in matches() local
286 if (calVal != get((UCalendarDateFields)i)) { in matches()
288 diffSet.set((UCalendarDateFields)i, calVal); in matches()