Searched defs:sv (Results 1 – 9 of 9) sorted by relevance
/MusicPlayer2/scintilla/src/ |
H A D | UniqueString.cxx | 23 const std::string_view sv(text); in UniqueStringCopy() local 45 const std::string_view sv(text); in Save() local
|
H A D | UniConversion.h | 57 inline int UTF8Classify(std::string_view sv) noexcept { in UTF8Classify()
|
H A D | CallTip.cxx | 126 int CallTip::DrawChunk(Surface *surface, int x, std::string_view sv, in DrawChunk()
|
H A D | ScintillaBase.cxx | 90 void ScintillaBase::InsertCharacter(std::string_view sv, CharacterSource charSource) { in InsertCharacter()
|
H A D | PerLine.cxx | 342 size_t NumberLines(std::string_view sv) { in NumberLines()
|
H A D | CellBuffer.cxx | 922 CountWidths CountCharacterWidthsUTF8(std::string_view sv) noexcept { in CountCharacterWidthsUTF8()
|
H A D | Editor.cxx | 103 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 D | EditView.cxx | 93 const std::string_view sv(text + start, endSegment - start + 1); in WidthStyledText() local
|
/MusicPlayer2/scintilla/win32/ |
H A D | ScintillaWin.cxx | 818 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()
|