Searched defs:primaryCodePoint (Results 1 - 3 of 3) sorted by relevance

/packages/inputmethods/LatinIME/native/jni/src/suggest/policyimpl/typing/
H A Dtyping_weighting.cpp40 const int primaryCodePoint = pInfoState->getPrimaryCodePointAt( local
44 primaryCodePoint);
46 if (primaryCodePoint == nodeCodePoint) {
49 } else if (CharUtils::toLowerCase(primaryCodePoint) ==
53 } else if (primaryCodePoint == CharUtils::toBaseCodePoint(nodeCodePoint)) {
56 } else if (CharUtils::toBaseCodePoint(primaryCodePoint)
63 } else if (CharUtils::toLowerCase(primaryCodePoint)
H A Dtyping_weighting.h108 const int primaryCodePoint = CharUtils::toBaseLowerCase( local
111 return primaryCodePoint != dicNodeChar;
/packages/inputmethods/LatinIME/native/jni/src/suggest/core/layout/
H A Dproximity_info_state.cpp36 const int primaryCodePoint = getPrimaryCodePointAt(index); local
37 const int keyIndex = mProximityInfo->getKeyIndexOf(primaryCodePoint);

Completed in 57 milliseconds