Home
last modified time | relevance | path

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

/external/libphonenumber/java/src/com/android/i18n/phonenumbers/geocoding/
DFlyweightMapStorage.java45 private int descIndexSizeInBytes; field in FlyweightMapStorage
65 readWordFromBuffer(descriptionIndexes, descIndexSizeInBytes, index); in getDescription()
94 descIndexSizeInBytes = getOptimalNumberOfBytesForValue(descriptionsSet.size() - 1); in createDescriptionPool()
95 descriptionIndexes = ByteBuffer.allocate(numOfEntries * descIndexSizeInBytes); in createDescriptionPool()
105 storeWordInBuffer(descriptionIndexes, descIndexSizeInBytes, index, positionInDescriptionPool); in createDescriptionPool()
114 descIndexSizeInBytes = objectInput.readInt(); in readExternal()
146 descriptionIndexes = ByteBuffer.allocate(numOfEntries * descIndexSizeInBytes); in readEntries()
150 readExternalWord(objectInput, descIndexSizeInBytes, descriptionIndexes, i); in readEntries()
158 objectOutput.writeInt(descIndexSizeInBytes); in writeExternal()
178 writeExternalWord(objectOutput, descIndexSizeInBytes, descriptionIndexes, i); in writeExternal()