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

  /packages/inputmethods/LatinIME/native/jni/src/
proximity_info_state.cpp 259 const int lowerCodePoint = toLowerCase(codePoint);
260 const int baseLowerCodePoint = toBaseCodePoint(lowerCodePoint);
262 if (mSampledSearchKeyVectors[index][i] == lowerCodePoint
  /packages/inputmethods/LatinIME/native/jni/src/suggest/core/dicnode/
dic_node_utils.cpp 133 const int lowerCodePoint = toLowerCase(nodeCodePoint);
134 const int baseLowerCodePoint = toBaseCodePoint(lowerCodePoint);
140 if ((pInfo && ((*codePointsFilter)[i] == lowerCodePoint

Completed in 110 milliseconds