OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:openDictBuffer
(Results
1 - 10
of
10
) sorted by null
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/makedict/
Ver4DictUpdater.java
41
if (mDictBuffer == null)
openDictBuffer
();
Ver3DictUpdater.java
45
super.
openDictBuffer
();
DictDecoder.java
130
public void
openDictBuffer
() throws FileNotFoundException, IOException;
AbstractDictDecoder.java
38
openDictBuffer
();
72
openDictBuffer
();
83
openDictBuffer
();
Ver3DictDecoder.java
81
public void
openDictBuffer
() throws FileNotFoundException, IOException {
96
openDictBuffer
();
103
openDictBuffer
();
187
openDictBuffer
();
Ver4DictDecoder.java
106
public void
openDictBuffer
() throws FileNotFoundException, IOException {
129
openDictBuffer
();
285
openDictBuffer
();
/packages/inputmethods/LatinIME/tests/src/com/android/inputmethod/latin/makedict/
Ver3DictDecoderTests.java
73
dictDecoder.
openDictBuffer
();
81
dictDecoder.
openDictBuffer
();
BinaryDictIOUtilsTests.java
178
dictDecoder.
openDictBuffer
();
/packages/inputmethods/LatinIME/tests/src/com/android/inputmethod/latin/utils/
UserHistoryDictIOUtilsTests.java
148
dictDecoder.
openDictBuffer
();
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/personalization/
DecayingExpandableBinaryDictionaryBase.java
197
dictDecoder.
openDictBuffer
();
Completed in 51 milliseconds