Searched defs:InsertCharacter (Results 1 – 2 of 2) sorted by relevance
90 void ScintillaBase::InsertCharacter(std::string_view sv, CharacterSource charSource) { in InsertCharacter() function in ScintillaBase
1913 void Editor::InsertCharacter(std::string_view sv, CharacterSource charSource) { in InsertCharacter() function in Editor