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

  /packages/inputmethods/LatinIME/native/jni/src/
proximity_info_state.cpp 260 const int baseLowerCodePoint = toBaseCodePoint(lowerCodePoint);
263 || mSampledSearchKeyVectors[index][i] == baseLowerCodePoint) {
  /packages/inputmethods/LatinIME/native/jni/src/suggest/core/dicnode/
dic_node_utils.cpp 134 const int baseLowerCodePoint = toBaseCodePoint(lowerCodePoint);
141 || (*codePointsFilter)[i] == baseLowerCodePoint))

Completed in 125 milliseconds