Home
last modified time | relevance | path

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

/external/libphonenumber/java/src/com/android/i18n/phonenumbers/geocoding/
DFlyweightMapStorage.java38 private static final int SHORT_NUM_BYTES = Short.SIZE / 8; field in FlyweightMapStorage
186 return value <= Short.MAX_VALUE ? SHORT_NUM_BYTES : INT_NUM_BYTES; in getOptimalNumberOfBytesForValue()
202 if (wordSize == SHORT_NUM_BYTES) { in readExternalWord()
222 if (wordSize == SHORT_NUM_BYTES) { in writeExternalWord()
241 return wordSize == SHORT_NUM_BYTES ? buffer.getShort(wordIndex) : buffer.getInt(wordIndex); in readWordFromBuffer()
257 if (wordSize == SHORT_NUM_BYTES) { in storeWordInBuffer()