Home
last modified time | relevance | path

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

/external/libphonenumber/internal/prefixmapper/src/com/google/i18n/phonenumbers/prefixmapper/
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()