Home
last modified time | relevance | path

Searched refs:NOT_A_FIRST_WORD_CONFIDENCE (Results 1 – 3 of 3) sorted by relevance

/packages/inputmethods/LatinIME/native/jni/src/suggest/core/result/
Dsuggestions_output_utils.cpp225 if (spaceCount < 1) return NOT_A_FIRST_WORD_CONFIDENCE; in computeFirstWordConfidence()
273 NOT_A_FIRST_WORD_CONFIDENCE); in outputShortcuts()
Dsuggestion_results.cpp58 NOT_AN_INDEX, NOT_A_FIRST_WORD_CONFIDENCE); in addPrediction()
/packages/inputmethods/LatinIME/native/jni/src/
Ddefines.h247 #define NOT_A_FIRST_WORD_CONFIDENCE (S_INT_MIN) macro