Home
last modified time | relevance | path

Searched refs:latin_tolower (Results 1 – 2 of 2) sorted by relevance

/packages/inputmethods/LatinIME/native/jni/src/utils/
Dchar_utils.cpp53 const unsigned short myLowerC = CharUtils::latin_tolower(c); in main()
1060 /* static */ int CharUtils::latin_tolower(const int c) { in latin_tolower() function in latinime::CharUtils
Dchar_utils.h45 return latin_tolower(c); in toLowerCase()
138 static int latin_tolower(const int c);