HomeSort by relevance Sort by last modified time
    Searched refs:hasChildrenInFlags (Results 1 - 3 of 3) sorted by null

  /packages/inputmethods/LatinIME/native/jni/src/dictionary/structure/pt_common/
patricia_trie_reading_utils.h 81 static AK_FORCE_INLINE bool hasChildrenInFlags(const NodeFlags flags) {
patricia_trie_reading_utils.cpp 149 *outChildrenPos = hasChildrenInFlags(flags) ?
  /packages/inputmethods/LatinIME/native/jni/src/dictionary/structure/v2/
patricia_trie_policy.cpp 157 const bool hasChildren = PatriciaTrieReadingUtils::hasChildrenInFlags(flags);
231 if (PatriciaTrieReadingUtils::hasChildrenInFlags(flags)) {
254 if (PatriciaTrieReadingUtils::hasChildrenInFlags(flags)) {

Completed in 41 milliseconds