OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:USE_BYTEARRAY
(Results
1 - 9
of
9
) sorted by null
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/makedict/
Ver4DictUpdater.java
35
super(dictDirectory, ((factoryType & MASK_DICTBUFFER) ==
USE_BYTEARRAY
)
36
?
USE_BYTEARRAY
: USE_WRITABLE_BYTEBUFFER);
Ver3DictUpdater.java
39
super(dictFile, ((factoryType & MASK_DICTBUFFER) ==
USE_BYTEARRAY
)
40
?
USE_BYTEARRAY
: USE_WRITABLE_BYTEBUFFER);
DictDecoder.java
136
public static final int
USE_BYTEARRAY
= 0x02000000;
Ver3DictDecoder.java
66
} else if ((factoryFlag & MASK_DICTBUFFER) ==
USE_BYTEARRAY
) {
Ver4DictDecoder.java
66
} else if ((factoryFlag & MASK_DICTBUFFER) ==
USE_BYTEARRAY
) {
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/personalization/
DecayingExpandableBinaryDictionaryBase.java
198
DictDecoder.
USE_BYTEARRAY
);
/packages/inputmethods/LatinIME/tools/dicttool/src/com/android/inputmethod/latin/dicttool/
BinaryDictOffdeviceUtils.java
195
DictDecoder.
USE_BYTEARRAY
);
/packages/inputmethods/LatinIME/tests/src/com/android/inputmethod/latin/utils/
UserHistoryDictIOUtilsTests.java
146
final DictDecoder dictDecoder = FormatSpec.getDictDecoder(file, DictDecoder.
USE_BYTEARRAY
);
/packages/inputmethods/LatinIME/tests/src/com/android/inputmethod/latin/makedict/
BinaryDictDecoderEncoderTests.java
580
final DictDecoder dictDecoder = getDictDecoder(file, DictDecoder.
USE_BYTEARRAY
,
Completed in 131 milliseconds