Home
last modified time | relevance | path

Searched defs:InsertCharacter (Results 1 – 2 of 2) sorted by relevance

/MusicPlayer2/scintilla/src/
H A DScintillaBase.cxx90 void ScintillaBase::InsertCharacter(std::string_view sv, CharacterSource charSource) { in InsertCharacter() function in ScintillaBase
H A DEditor.cxx1913 void Editor::InsertCharacter(std::string_view sv, CharacterSource charSource) { in InsertCharacter() function in Editor