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

  /packages/inputmethods/LatinIME/native/jni/src/
char_utils.h 51 inline static int toBaseCodePoint(int c) {
69 return toLowerCase(toBaseCodePoint(c));
proximity_info_state.cpp 260 const int baseLowerCodePoint = toBaseCodePoint(lowerCodePoint);
correction.cpp 531 return isAsciiUpper(toBaseCodePoint(c));
    [all...]
  /packages/inputmethods/LatinIME/native/jni/src/suggest/core/dicnode/
dic_node_utils.cpp 134 const int baseLowerCodePoint = toBaseCodePoint(lowerCodePoint);

Completed in 57 milliseconds