Searched refs:forceLowerCaseSearch (Results 1 – 9 of 9) sorted by relevance
216 const size_t length, const bool forceLowerCaseSearch) { in getTerminalPtNodePositionOfWord() argument219 searchCodePoints[i] = forceLowerCaseSearch ? CharUtils::toLowerCase(inWord[i]) : inWord[i]; in getTerminalPtNodePositionOfWord()
217 const bool forceLowerCaseSearch);
281 const bool forceLowerCaseSearch) const { in getWordId()285 wordCodePoints.size(), forceLowerCaseSearch); in getWordId()
65 int getWordId(const CodePointArrayView wordCodePoints, const bool forceLowerCaseSearch) const;
88 const bool forceLowerCaseSearch) const { in getWordId()92 wordCodePoints.size(), forceLowerCaseSearch); in getWordId()
67 int getWordId(const CodePointArrayView wordCodePoints, const bool forceLowerCaseSearch) const;
58 const bool forceLowerCaseSearch) const = 0;
106 const bool forceLowerCaseSearch) const { in getWordId()110 wordCodePoints.size(), forceLowerCaseSearch); in getWordId()
92 int getWordId(const CodePointArrayView wordCodePoints, const bool forceLowerCaseSearch) const;