Home
last modified time | relevance | path

Searched refs:hasChildrenInFlags (Results 1 – 2 of 2) sorted by relevance

/packages/inputmethods/LatinIME/native/src/
Dbinary_format.h48 static bool hasChildrenInFlags(const uint8_t flags);
191 inline bool BinaryFormat::hasChildrenInFlags(const uint8_t flags) { in hasChildrenInFlags() function
Dunigram_dictionary.cpp684 const bool hasChildren = BinaryFormat::hasChildrenInFlags(flags); in processCurrentNode()
713 assert(BinaryFormat::hasChildrenInFlags(flags)); in processCurrentNode()