Searched defs:isFirstCharUppercase (Results 1 - 2 of 2) sorted by relevance

/packages/inputmethods/LatinIME/native/jni/src/suggest/core/
H A Dsuggest.cpp190 const bool isFirstCharUppercase = terminalDicNode->isFirstCharUppercase(); local
194 && !(isPossiblyOffensiveWord && isFirstCharUppercase);
/packages/inputmethods/LatinIME/native/jni/src/suggest/core/dicnode/
H A Ddic_node.h231 bool isFirstCharUppercase() const { function in class:latinime::DicNode

Completed in 63 milliseconds