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

  /packages/inputmethods/LatinIME/native/jni/src/suggest/core/
suggest.h 41 class Weighting;
48 WEIGHTING(suggestPolicy ? suggestPolicy->getWeighting() : nullptr) {}
80 const Weighting *const WEIGHTING;
suggest.cpp 28 #include "suggest/core/policy/weighting.h"
247 Weighting::addCostAndForwardInputIndex(WEIGHTING, CT_TERMINAL_INSERTION, traverseSession, 0,
250 Weighting::addCostAndForwardInputIndex(WEIGHTING, CT_TERMINAL, traverseSession, 0,
284 Weighting::addCostAndForwardInputIndex(WEIGHTING, CT_ADDITIONAL_PROXIMITY,
291 Weighting::addCostAndForwardInputIndex(WEIGHTING, CT_SUBSTITUTION, traverseSession,
323 Weighting::addCostAndForwardInputIndex(WEIGHTING, CT_OMISSION, traverseSession
    [all...]

Completed in 2451 milliseconds