Home
last modified time | relevance | path

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

/aosp12/packages/inputmethods/LatinIME/native/jni/src/dictionary/structure/pt_common/
H A Ddynamic_pt_reading_helper.cpp216 const size_t length, const bool forceLowerCaseSearch) { in getTerminalPtNodePositionOfWord() argument
219 searchCodePoints[i] = forceLowerCaseSearch ? CharUtils::toLowerCase(inWord[i]) : inWord[i]; in getTerminalPtNodePositionOfWord()
H A Ddynamic_pt_reading_helper.h217 const bool forceLowerCaseSearch);
/aosp12/packages/inputmethods/LatinIME/native/jni/src/dictionary/interface/
H A Ddictionary_structure_with_buffer_policy.h58 const bool forceLowerCaseSearch) const = 0;
/aosp12/packages/inputmethods/LatinIME/native/jni/src/dictionary/structure/v4/
H A Dver4_patricia_trie_policy.h67 int getWordId(const CodePointArrayView wordCodePoints, const bool forceLowerCaseSearch) const;
H A Dver4_patricia_trie_policy.cpp88 const bool forceLowerCaseSearch) const { in getWordId()
92 wordCodePoints.size(), forceLowerCaseSearch); in getWordId()
/aosp12/packages/inputmethods/LatinIME/native/jni/src/dictionary/structure/v2/
H A Dpatricia_trie_policy.h65 int getWordId(const CodePointArrayView wordCodePoints, const bool forceLowerCaseSearch) const;
H A Dpatricia_trie_policy.cpp281 const bool forceLowerCaseSearch) const { in getWordId()
285 wordCodePoints.size(), forceLowerCaseSearch); in getWordId()
/aosp12/packages/inputmethods/LatinIME/native/jni/src/dictionary/structure/backward/v402/
H A Dver4_patricia_trie_policy.h92 int getWordId(const CodePointArrayView wordCodePoints, const bool forceLowerCaseSearch) const;
H A Dver4_patricia_trie_policy.cpp106 const bool forceLowerCaseSearch) const { in getWordId()
110 wordCodePoints.size(), forceLowerCaseSearch); in getWordId()