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

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

Completed in 68 milliseconds