Searched refs:hasNextPtNodeArray (Results 1 - 5 of 5) sorted by relevance

/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/makedict/
H A DDictDecoder.java124 public boolean hasNextPtNodeArray(); method in interface:DictDecoder
H A DVer3DictDecoder.java232 public boolean hasNextPtNodeArray() { method in class:Ver3DictDecoder
H A DBinaryDictIOUtils.java118 if (hasValidForwardLinkAddress && dictDecoder.hasNextPtNodeArray()) {
237 if (!hasValidForwardLinkAddress || !dictDecoder.hasNextPtNodeArray()) {
H A DVer4DictDecoder.java330 public boolean hasNextPtNodeArray() { method in class:Ver4DictDecoder
H A DBinaryDictDecoderUtils.java503 } while (options.mSupportsDynamicUpdate && dictDecoder.hasNextPtNodeArray());

Completed in 865 milliseconds