Home
last modified time | relevance | path

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

/packages/inputmethods/LatinIME/tests/src/com/android/inputmethod/latin/makedict/
DDictDecoder.java123 public static final int USE_READONLY_BYTEBUFFER = 0x01000000; field
DBinaryDictIOUtils.java66 return getDictDecoder(dictFile, offset, length, DictDecoder.USE_READONLY_BYTEBUFFER); in getDictDecoder()
DVer2DictDecoder.java129 if ((factoryFlag & MASK_DICTBUFFER) == USE_READONLY_BYTEBUFFER) { in Ver2DictDecoder()