Home
last modified time | relevance | path

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

/external/libphonenumber/internal/prefixmapper/src/com/google/i18n/phonenumbers/prefixmapper/
DFlyweightMapStorage.java201 int wordIndex = index * wordSize; in readExternalWord() local
203 outputBuffer.putShort(wordIndex, objectInput.readShort()); in readExternalWord()
205 outputBuffer.putInt(wordIndex, objectInput.readInt()); in readExternalWord()
221 int wordIndex = index * wordSize; in writeExternalWord() local
223 objectOutput.writeShort(inputBuffer.getShort(wordIndex)); in writeExternalWord()
225 objectOutput.writeInt(inputBuffer.getInt(wordIndex)); in writeExternalWord()
240 int wordIndex = index * wordSize; in readWordFromBuffer() local
241 return wordSize == SHORT_NUM_BYTES ? buffer.getShort(wordIndex) : buffer.getInt(wordIndex); in readWordFromBuffer()
256 int wordIndex = index * wordSize; in storeWordInBuffer() local
258 buffer.putShort(wordIndex, (short) value); in storeWordInBuffer()
[all …]
/external/skia/src/sfnt/
DSkOTTable_glyf.h194 } wordIndex; member