Searched refs:mStartCellIdNumeric (Results 1 – 3 of 3) sorted by relevance
36 long diff = o2.mStartCellIdNumeric - o1.mStartCellIdNumeric;54 protected final long mStartCellIdNumeric; field in S2LevelRange93 mStartCellIdNumeric = startCellIdNumeric; in S2LevelRange()125 if (mStartCellIdNumeric < mEndCellIdNumeric) { in contains()139 return this.mStartCellIdNumeric < other.mStartCellIdNumeric; in startsBefore()150 if (this.mStartCellIdNumeric < this.mEndCellIdNumeric) { in overlaps()152 if (other.mStartCellIdNumeric < other.mEndCellIdNumeric) { in overlaps()154 return other.mStartCellIdNumeric < this.mEndCellIdNumeric 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()
42 if (mStartCellIdNumeric > mEndCellIdNumeric in TzS2Range()