HomeSort by relevance Sort by last modified time
    Searched refs:SHORT_NUM_BYTES (Results 1 - 2 of 2) sorted by null

  /external/libphonenumber/java/src/com/android/i18n/phonenumbers/prefixmapper/
FlyweightMapStorage.java 38 private static final int SHORT_NUM_BYTES = Short.SIZE / 8;
186 return value <= Short.MAX_VALUE ? SHORT_NUM_BYTES : INT_NUM_BYTES;
202 if (wordSize == SHORT_NUM_BYTES) {
222 if (wordSize == SHORT_NUM_BYTES) {
241 return wordSize == SHORT_NUM_BYTES ? buffer.getShort(wordIndex) : buffer.getInt(wordIndex);
257 if (wordSize == SHORT_NUM_BYTES) {
  /packages/apps/ContactsCommon/libs/
geocoder-2.9.jar 

Completed in 47 milliseconds