Home
last modified time | relevance | path

Searched refs:entryRangeLengthBitCount (Results 1 – 2 of 2) sorted by relevance

/packages/modules/GeoTZ/s2storage/src/test/java/com/android/timezone/location/storage/tzs2range/
DTzS2RangeFileFormatTest.java36 int entryRangeLengthBitCount = 5; in accessors() local
39 entryRangeLengthBitCount); in accessors()
46 assertEquals(entryRangeLengthBitCount, in accessors()
55 tableEntryBitCount - suffixBitCount - entryRangeLengthBitCount; in accessors()
59 assertEquals(maxValForBits(entryRangeLengthBitCount), in accessors()
70 int entryRangeLengthBitCount = 5; in calculateRangeLength() local
73 entryRangeLengthBitCount); in calculateRangeLength()
93 int entryRangeLengthBitCount = 5; in createCellId() local
96 entryRangeLengthBitCount); in createCellId()
127 int entryRangeLengthBitCount = 5; in extractFaceIdFromPrefix() local
[all …]
/packages/modules/GeoTZ/s2storage/src/readonly/java/com/android/timezone/location/storage/tzs2range/
DTzS2RangeFileFormat.java92 int suffixTableBlockIdOffset, int tableEntryBitCount, int entryRangeLengthBitCount) { in TzS2RangeFileFormat() argument
148 Conditions.checkArgInRange("entryRangeLengthBitCount", entryRangeLengthBitCount, in TzS2RangeFileFormat()
173 mTableEntryRangeLengthBitCount = entryRangeLengthBitCount; in TzS2RangeFileFormat()
175 (int) BitwiseUtils.maxUnsignedValue(entryRangeLengthBitCount); in TzS2RangeFileFormat()
180 tableEntryBitCount - (suffixBitCount + entryRangeLengthBitCount); in TzS2RangeFileFormat()