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

  /packages/inputmethods/LatinIME/native/jni/src/
char_utils.h 34 unsigned short latin_tolower(unsigned short c);
60 return latin_tolower(c);
char_utils.cpp 48 // ccc2 = latin_tolower(cc);
60 // Initially, started with an empty latin_tolower() as below.
62 // unsigned short latin_tolower(unsigned short c) {
81 // 3. Update the latin_tolower() function above with SORTED_CHAR_MAP. Enable
890 unsigned short latin_tolower(unsigned short c) { function in namespace:latinime
    [all...]

Completed in 52 milliseconds