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

  /packages/inputmethods/LatinIME/native/jni/src/suggest/policyimpl/dictionary/structure/pt_common/
dynamic_pt_writing_utils.h 71 static const int MAX_DICT_OFFSET_VALUE;
dynamic_pt_writing_utils.cpp 33 const int DynamicPtWritingUtils::MAX_DICT_OFFSET_VALUE = 0x7FFFFF;
118 if (offset > MAX_DICT_OFFSET_VALUE || offset < MIN_DICT_OFFSET_VALUE) {

Completed in 57 milliseconds