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

  /external/libphonenumber/java/src/com/android/i18n/phonenumbers/prefixmapper/
FlyweightMapStorage.java 42 private int prefixSizeInBytes;
55 return readWordFromBuffer(phoneNumberPrefixes, prefixSizeInBytes, index);
73 prefixSizeInBytes = getOptimalNumberOfBytesForValue(phonePrefixMap.lastKey());
74 phoneNumberPrefixes = ByteBuffer.allocate(numOfEntries * prefixSizeInBytes);
81 storeWordInBuffer(phoneNumberPrefixes, prefixSizeInBytes, index, prefix);
102 int prefix = readWordFromBuffer(phoneNumberPrefixes, prefixSizeInBytes, i);
113 prefixSizeInBytes = objectInput.readInt();
143 phoneNumberPrefixes = ByteBuffer.allocate(numOfEntries * prefixSizeInBytes);
149 readExternalWord(objectInput, prefixSizeInBytes, phoneNumberPrefixes, i);
157 objectOutput.writeInt(prefixSizeInBytes);
    [all...]
  /packages/apps/ContactsCommon/libs/
geocoder-2.9.jar 

Completed in 63 milliseconds