OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:latin_tolower
(Results
1 - 2
of
2
) sorted by null
/packages/inputmethods/LatinIME/native/jni/src/utils/
char_utils.h
30
// be incorrectly lower-cased using toAsciiLower(...) rather than
latin_tolower
(...).
49
return static_cast<int>(
latin_tolower
(static_cast<unsigned short>(c)));
88
static unsigned short
latin_tolower
(const unsigned short c);
char_utils.cpp
50
const unsigned short myLowerC = CharUtils::
latin_tolower
(c);
1057
\/* static *\/ unsigned short CharUtils::
latin_tolower
(const unsigned short c) {
function in class:latinime::CharUtils
[
all
...]
Completed in 98 milliseconds