7namespace Stroika::Frameworks::Led {
16 inline bool SpellCheckEngine_Basic::OtherStringToIgnore_Sentinels (
const Led_tString& checkWord)
18 return checkWord.length () == 1 and checkWord[0] ==
'\0';
28 inline shared_ptr<TextBreaks> SpellCheckEngine_Basic::GetTextBreaker ()
const
30 if (fTextBreaker ==
nullptr) {
31 fTextBreaker = Memory::MakeSharedPtr<TextBreaks_SpellChecker> ();
39 inline void SpellCheckEngine_Basic::SetTextBreaker (
const shared_ptr<TextBreaks>& textBreaker)
41 fTextBreaker = textBreaker;
45 inline SpellCheckEngine_Basic::Dictionary::Dictionary ()
48 inline SpellCheckEngine_Basic::Dictionary::~Dictionary ()