Searched refs:thisValue (Results 1 – 2 of 2) sorted by relevance
432 Object thisValue = this.entries.valueAt(i);434 if ((thisValue == null && thatValue != null) || !thisValue.equals(thatValue))
150 int thisValue = Integer.parseInt(indices[i]); in daysValueToIndex() local151 if (value == thisValue) { in daysValueToIndex()