Searched refs:s2CellIdNumeric (Results 1 – 1 of 1) sorted by relevance
124 long s2CellIdNumeric = S2CellOrdering.asUnsignedNumeric(s2CellId); in contains() local126 return s2CellIdNumeric >= mStartCellIdNumeric && s2CellIdNumeric < mEndCellIdNumeric; in contains()128 return s2CellIdNumeric >= mStartCellIdNumeric || s2CellIdNumeric < mEndCellIdNumeric; in contains()