Searched refs:mEndCellIdNumeric (Results 1 – 3 of 3) sorted by relevance
42 long endDiff = o2.mEndCellIdNumeric - o1.mEndCellIdNumeric;63 protected final long mEndCellIdNumeric; field in S2LevelRange95 mEndCellIdNumeric = endCellIdNumeric; in S2LevelRange()125 if (mStartCellIdNumeric < mEndCellIdNumeric) { in contains()150 if (this.mStartCellIdNumeric < this.mEndCellIdNumeric) { in overlaps()152 if (other.mStartCellIdNumeric < other.mEndCellIdNumeric) { in overlaps()154 return other.mStartCellIdNumeric < this.mEndCellIdNumeric in overlaps()155 && other.mEndCellIdNumeric > this.mStartCellIdNumeric; in overlaps()158 return other.mStartCellIdNumeric < this.mEndCellIdNumeric in overlaps()163 if (other.mStartCellIdNumeric < other.mEndCellIdNumeric) { in overlaps()[all …]
39 if (mStartCellIdNumeric > mEndCellIdNumeric in SuffixTableRange()40 && mEndCellIdNumeric != S2CellOrdering.getMinCellIdNumeric(mS2Level)) { in SuffixTableRange()
42 if (mStartCellIdNumeric > mEndCellIdNumeric in TzS2Range()43 && mEndCellIdNumeric != S2CellOrdering.getMinCellIdNumeric(mS2Level)) { in TzS2Range()