OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:hasChildrenAddress
(Results
1 - 3
of
3
) sorted by null
/packages/inputmethods/LatinIME/tests/src/com/android/inputmethod/latin/makedict/
BinaryDictIOUtils.java
130
if (
hasChildrenAddress
(ptNodeInfo.mChildrenAddress)) {
242
public static boolean
hasChildrenAddress
(final int address) {
BinaryDictDecoderUtils.java
344
if (BinaryDictIOUtils.
hasChildrenAddress
(info.mChildrenAddress)) {
356
if (0 == i && BinaryDictIOUtils.
hasChildrenAddress
(last.mChildrenAddress)) {
BinaryDictEncoderUtils.java
155
if (!BinaryDictIOUtils.
hasChildrenAddress
(address)) {
[
all
...]
Completed in 202 milliseconds