Searched defs:charSource (Results 1 – 3 of 3) sorted by relevance
90 void ScintillaBase::InsertCharacter(std::string_view sv, CharacterSource charSource) { in InsertCharacter()
1913 void Editor::InsertCharacter(std::string_view sv, CharacterSource charSource) { in InsertCharacter()2354 void Editor::NotifyChar(int ch, CharacterSource charSource) { in NotifyChar()
1135 void ScintillaWin::AddWString(std::wstring_view wsv, CharacterSource charSource) { in AddWString()