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

  /external/libphonenumber/internal/prefixmapper/src/com/google/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...]
  /prebuilts/misc/common/robolectric/android-all/
android-all-o-preview-4-robolectric-0.jar 

Completed in 62 milliseconds