Searched refs:int16_t (Results 1 – 8 of 8) sorted by relevance
56 mPrevWordCount = std::min(static_cast<int16_t>(stateOutput->mPrevWordCount + 1), in init()57 static_cast<int16_t>(MAX_RESULTS)); in init()110 int16_t getPrevWordsLength() const { in getPrevWordsLength()114 int16_t getPrevWordCount() const { in getPrevWordCount()118 int16_t getPrevWordStart() const { in getPrevWordStart()140 int16_t mCurrentWordStart;142 int16_t mPrevWordCount;145 int16_t mPrevWordsLength;147 int16_t mPrevWordStart;
131 int16_t getEditCorrectionCount() const { in getEditCorrectionCount()135 int16_t getProximityCorrectionCount() const { in getProximityCorrectionCount()139 int16_t getCompletionCount() const { in getCompletionCount()194 int16_t mEditCorrectionCount;195 int16_t mProximityCorrectionCount;196 int16_t mCompletionCount;
122 typedef signed short int16_t; typedef129 typedef signed __int16 int16_t; typedef141 typedef int16_t int_least16_t;151 typedef int16_t int_fast16_t;180 #define INT16_MIN ((int16_t)_I16_MIN)
116 const int16_t parentPointIndex = parentDicNode->getInputIndex(0); in getTranspositionCost()131 const int16_t insertedPointIndex = parentDicNode->getInputIndex(0); in getInsertionCost()
117 const int16_t pointIndex = dicNode->getInputIndex(0); in isSpaceOmissionTerminal()
339 const int16_t pointIndex = dicNode->getInputIndex(0); in processDicNodeAsInsertion()361 const int16_t pointIndex = dicNode->getInputIndex(0); in processDicNodeAsTransposition()
69 int16_t mInputIndex;354 int16_t getInputIndex(int pointerId) const { in getInputIndex()
207 static const int16_t kCachedPowers_E[] = { in GetCachedPowerByIndex()