Home
last modified time | relevance | path

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

/external/libphonenumber/java/src/com/android/i18n/phonenumbers/geocoding/
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/webkit/Source/WebKit/android/content/
DPhoneEmailDetector.cpp302 int wordIndex = 0; in FindPartialEMail() local
307 match = wordMatch[wordIndex]; in FindPartialEMail()
310 if (chars[wordIndex] != match) in FindPartialEMail()
312 wordIndex++; in FindPartialEMail()
317 wordIndex = 0; in FindPartialEMail()
320 wordIndex = 1; in FindPartialEMail()
322 chars += wordIndex; in FindPartialEMail()
/external/skia/src/sfnt/
DSkOTTable_glyf.h194 } wordIndex; member