Searched defs:DICT_OFFSET_ZERO_OFFSET (Results 1 - 2 of 2) sorted by relevance

/packages/inputmethods/LatinIME/native/jni/src/dictionary/structure/pt_common/
H A Ddynamic_pt_reading_utils.cpp30 // TODO: Make DICT_OFFSET_ZERO_OFFSET = 0.
34 const int DynamicPtReadingUtils::DICT_OFFSET_ZERO_OFFSET = 0x7FFFFF; member in class:latinime::DynamicPtReadingUtils
51 } else if (parentOffset == DICT_OFFSET_ZERO_OFFSET) {
65 } else if (offset == DICT_OFFSET_ZERO_OFFSET) {
H A Ddynamic_pt_reading_utils.h31 static const int DICT_OFFSET_ZERO_OFFSET; member in class:latinime::DynamicPtReadingUtils

Completed in 44 milliseconds