Home
last modified time | relevance | path

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

/external/libphonenumber/internal/prefixmapper/src/com/google/i18n/phonenumbers/prefixmapper/
DFlyweightMapStorage.java177 writeExternalWord(objectOutput, prefixSizeInBytes, phoneNumberPrefixes, i); in writeExternal()
178 writeExternalWord(objectOutput, descIndexSizeInBytes, descriptionIndexes, i); in writeExternal()
219 private static void writeExternalWord(ObjectOutput objectOutput, int wordSize, in writeExternalWord() method in FlyweightMapStorage