Home
last modified time | relevance | path

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

/packages/inputmethods/LatinIME/native/jni/src/dictionary/property/
Dngram_context.h51 WordIdArray<N> *const prevWordIdBuffer, const bool tryLowerCaseSearch) const { in getPrevWordIds() argument
54 mPrevWordCodePointCount[i], mIsBeginningOfSentence[i], tryLowerCaseSearch); in getPrevWordIds()
69 const bool isBeginningOfSentence, const bool tryLowerCaseSearch);
Dngram_context.cpp91 const bool isBeginningOfSentence, const bool tryLowerCaseSearch) { in getWordId() argument
108 if (wordId != NOT_A_WORD_ID || !tryLowerCaseSearch) { in getWordId()