HomeSort by relevance Sort by last modified time
    Searched defs:hasBlacklistedOrNotAWordFlag (Results 1 - 2 of 2) sorted by null

  /packages/inputmethods/LatinIME/native/jni/src/suggest/core/dicnode/
dic_node_properties.h 148 bool hasBlacklistedOrNotAWordFlag() const {
149 return BinaryFormat::hasBlacklistedOrNotAWordFlag(mFlags);
  /packages/inputmethods/LatinIME/native/jni/src/
binary_format.h 70 static bool hasBlacklistedOrNotAWordFlag(const int flags);
187 inline bool BinaryFormat::hasBlacklistedOrNotAWordFlag(const int flags) {
    [all...]

Completed in 33 milliseconds