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

  /packages/inputmethods/LatinIME/native/jni/src/suggest/policyimpl/dictionary/structure/pt_common/
dynamic_pt_reading_utils.cpp 30 // TODO: Make DICT_OFFSET_ZERO_OFFSET = 0.
34 const int DynamicPtReadingUtils::DICT_OFFSET_ZERO_OFFSET = 0x7FFFFF;
51 } else if (parentOffset == DICT_OFFSET_ZERO_OFFSET) {
65 } else if (offset == DICT_OFFSET_ZERO_OFFSET) {
dynamic_pt_reading_utils.h 31 static const int DICT_OFFSET_ZERO_OFFSET;

Completed in 144 milliseconds