Home
last modified time | relevance | path

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

/packages/inputmethods/LatinIME/native/jni/src/utils/
Dchar_utils.h42 if (isAscii(c)) { in toLowerCase()
130 static AK_FORCE_INLINE bool isAscii(int c) { in isAscii() function