Searched refs:calVal (Results 1 – 3 of 3) sorted by relevance
31 int calVal = cal.get(i); in matches() local32 if(calVal != get(i)) { in matches()34 diffSet.set(i, calVal); in matches()
34 int calVal = cal.get(i); in matches() local35 if(calVal != get(i)) { in matches()37 diffSet.set(i, calVal); in matches()
283 int32_t calVal = cal->get((UCalendarDateFields)i, status); in matches() local286 if (calVal != get((UCalendarDateFields)i)) { in matches()288 diffSet.set((UCalendarDateFields)i, calVal); in matches()