Home
last modified time | relevance | path

Searched defs:sv (Results 1 – 9 of 9) sorted by relevance

/MusicPlayer2/scintilla/src/
H A DUniqueString.cxx23 const std::string_view sv(text); in UniqueStringCopy() local
45 const std::string_view sv(text); in Save() local
H A DUniConversion.h57 inline int UTF8Classify(std::string_view sv) noexcept { in UTF8Classify()
H A DCallTip.cxx126 int CallTip::DrawChunk(Surface *surface, int x, std::string_view sv, in DrawChunk()
H A DScintillaBase.cxx90 void ScintillaBase::InsertCharacter(std::string_view sv, CharacterSource charSource) { in InsertCharacter()
H A DPerLine.cxx342 size_t NumberLines(std::string_view sv) { in NumberLines()
H A DCellBuffer.cxx922 CountWidths CountCharacterWidthsUTF8(std::string_view sv) noexcept { in CountCharacterWidthsUTF8()
H A DEditor.cxx103 static constexpr bool IsAllSpacesOrTabs(std::string_view sv) noexcept { in IsAllSpacesOrTabs()
1913 void Editor::InsertCharacter(std::string_view sv, CharacterSource charSource) { in InsertCharacter()
H A DEditView.cxx93 const std::string_view sv(text + start, endSegment - start + 1); in WidthStyledText() local
/MusicPlayer2/scintilla/win32/
H A DScintillaWin.cxx818 int WideCharFromMultiByte(UINT codePage, std::string_view sv, LPWSTR lpWideCharStr, ptrdiff_t cchWi… in WideCharFromMultiByte()
822 int WideCharLenFromMultiByte(UINT codePage, std::string_view sv) noexcept { in WideCharLenFromMultiByte()
835 std::wstring StringDecode(std::string_view sv, int codePage) { in StringDecode()