Searched refs:calVal (Results 1 – 3 of 3) sorted by relevance
30 int calVal = cal.get(i); in matches() local31 if(calVal != get(i)) { in matches()33 diffSet.set(i, calVal); in matches()
29 int calVal = cal.get(i); in matches() local30 if(calVal != get(i)) { in matches()32 diffSet.set(i, calVal); in matches()
281 int32_t calVal = cal->get((UCalendarDateFields)i, status); in matches() local284 if (calVal != get((UCalendarDateFields)i)) { in matches()286 diffSet.set((UCalendarDateFields)i, calVal); in matches()