Home
last modified time | relevance | path

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

/external/libphonenumber/java/src/com/android/i18n/phonenumbers/geocoding/
DFlyweightMapStorage.java39 private static final int INT_NUM_BYTES = Integer.SIZE / 8; field in FlyweightMapStorage
186 return value <= Short.MAX_VALUE ? SHORT_NUM_BYTES : INT_NUM_BYTES; in getOptimalNumberOfBytesForValue()