Home
last modified time | relevance | path

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

/packages/modules/GeoTZ/s2storage/src/readonly/java/com/android/timezone/location/storage/tzs2range/
DTzS2RangeFileFormat.java111 int tableEntryKeyBitCount = suffixBitCount; in TzS2RangeFileFormat() local
113 "tableEntryKeyBitCount", tableEntryKeyBitCount, 1, Integer.SIZE - 1); in TzS2RangeFileFormat()
118 int tableEntryValueBitCount = tableEntryBitCount - tableEntryKeyBitCount; in TzS2RangeFileFormat()