/MusicPlayer2/scintilla/lexers/ |
H A D | LexNull.cxx | 28 static void ColouriseNullDoc(Sci_PositionU startPos, Sci_Position length, int, WordList *[], in ColouriseNullDoc()
|
H A D | LexLyric.cxx | 93 static void ColouriseLyricDoc(Sci_PositionU startPos, Sci_Position length, int, WordList* keywordli… in ColouriseLyricDoc()
|
/MusicPlayer2/scintilla/src/ |
H A D | Partitioning.h | 125 void InsertPartitions(T partition, const T *positions, size_t length) { in InsertPartitions() 133 void InsertPartitionsWithCast(T partition, const ptrdiff_t *positions, size_t length) { in InsertPartitionsWithCast()
|
H A D | Selection.cxx | 26 …n::MoveForInsertDelete(bool insertion, Sci::Position startChange, Sci::Position length, bool moveF… in MoveForInsertDelete() 92 …ge::MoveForInsertDelete(bool insertion, Sci::Position startChange, Sci::Position length) noexcept { in MoveForInsertDelete() 310 void Selection::MovePositions(bool insertion, Sci::Position startChange, Sci::Position length) noex… in MovePositions()
|
H A D | PerLine.cxx | 165 const Sci::Line length = markers.Length(); in MarkerNext() local 335 int length; member 346 std::unique_ptr<char[]>AllocateAnnotation(size_t length, int style) { in AllocateAnnotation()
|
H A D | Document.cxx | 1142 int Document::SafeSegment(const char *text, int length, int lengthSegment) const noexcept { in SafeSegment() 1290 void Document::ChangeInsertion(const char *s, Sci::Position length) { in ChangeInsertion() 1295 int SCI_METHOD Document::AddData(const char *data, Sci_Position length) { in AddData() 1496 const Sci::Position length = Length(); in GetLineIndentation() local 1531 const Sci::Position length = Length(); in GetLineIndentPosition() local 2002 int flags, Sci::Position *length) { in FindText() 2161 const char *Document::SubstituteByPosition(const char *text, Sci::Position *length) { in SubstituteByPosition() 2208 bool SCI_METHOD Document::SetStyleFor(Sci_Position length, char style) { in SetStyleFor() 2225 bool SCI_METHOD Document::SetStyles(Sci_Position length, const char *styles) { in SetStyles() 2585 const Sci::Position length = LengthNoExcept(); in WordPartRight() local [all …]
|
H A D | Document.h | 106 size_t length; member 320 …bool ContainsLineEnd(const char *s, Sci::Position length) const noexcept { return cb.ContainsLineE… in ContainsLineEnd() 547 Sci::Position length; variable
|
H A D | CaseConvert.cxx | 703 const int length = symmetricCaseConversionRanges[i++]; in SetupConversions() local
|
H A D | RESearch.cxx | 433 const char *RESearch::Compile(const char *pattern, Sci::Position length, bool caseSensitive, bool p… in Compile()
|
H A D | Decoration.cxx | 145 Decoration<POS> *DecorationList<POS>::Create(int indicator, Sci::Position length) { in Create()
|
H A D | Editor.cxx | 2089 const Sci::Position length = strlen(endline); in InsertPasteShape() local 2546 …ForInsertion(Sci::Position position, Sci::Position startInsertion, Sci::Position length) noexcept { in MovePositionForInsertion() 2555 …onForDeletion(Sci::Position position, Sci::Position startDeletion, Sci::Position length) noexcept { in MovePositionForDeletion() 4164 Sci::Position Editor::SearchInTarget(const char *text, Sci::Position length) { in SearchInTarget() 4257 void Editor::CopyText(size_t length, const char *text) { in CopyText() 4939 const Sci::Position length = drag.Length(); in ButtonUpWithModifiers() local 5590 Sci::Position length = 0; in GetTag() local 5606 Sci::Position Editor::ReplaceTarget(bool replacePatterns, const char *text, Sci::Position length) { in ReplaceTarget() 5857 size_t length = wParam; in WndProc() local
|
H A D | PositionCache.h | 226 int length; member
|
H A D | CellBuffer.cxx | 106 Sci::Position length = starts.PositionFromPartition(starts.Partitions()); in Allocate() local 890 const Sci::Position length = Length(); in ResetLineEnds() local
|
/MusicPlayer2/MusicPlayer2/ |
H A D | CListenTimeStatisticsDlg.h | 36 Time length; member
|
H A D | UiMediaLibItemMgr.h | 82 Time length; member
|
H A D | TinyXml2Helper.cpp | 8 size_t length; in LoadXmlFile() local
|
H A D | ScintillaEditView.cpp | 95 auto length = SendMessage(SCI_GETLENGTH); in GetTextW() local 128 int length = text_range.chrg.cpMax - text_range.chrg.cpMin; in GetText() local 159 int length = SendMessage(SCI_GETLENGTH); in SetSel() local
|
H A D | FfmpegCore.cpp | 225 int64_t length = ffmpeg_core_get_song_length(handle); in GetSongLength() local 275 int64_t length = ffmpeg_core_info_get_song_length(h); in GetAudioInfo() local
|
H A D | MciCore.cpp | 355 int length = _wtoi(buff); in GetMciSongLength() local
|
H A D | Common.h | 171 static inline void convertBE_LE(wchar_t* bigEndianBuffer, unsigned int length) in convertBE_LE()
|
H A D | Common.cpp | 658 int length = strlen(data); in IsUTF8Bytes() local 1248 wstring CCommon::GetRandomString(int length) in GetRandomString() 1630 unsigned int length{ static_cast<unsigned int>(file.tellg()) }; in GetFileContent() local 1643 const char* CCommon::GetFileContent(const wchar_t* file_path, size_t& length) in GetFileContent()
|
H A D | bass.h | 295 DWORD length; // length (in bytes) member 499 FILELENPROC *length; member 682 DWORD length; member 1100 static inline HMUSIC BASS_MusicLoad(BOOL mem, const WCHAR *file, QWORD offset, DWORD length, DWORD … in BASS_MusicLoad() 1105 static inline HSAMPLE BASS_SampleLoad(BOOL mem, const WCHAR *file, QWORD offset, DWORD length, DWOR… in BASS_SampleLoad() 1110 static inline HSTREAM BASS_StreamCreateFile(BOOL mem, const WCHAR *file, QWORD offset, QWORD length… in BASS_StreamCreateFile()
|
H A D | SongInfo.cpp | 222 Time SongInfo::length() const in length() function in SongInfo
|
/MusicPlayer2/MusicPlayer2/taglib/ |
H A D | mp4atom.h | 86 long length; variable
|
/MusicPlayer2/MusicPlayer2/tinyxml2/ |
H A D | tinyxml2.cpp | 138 int length; member 215 size_t length = strlen( endTag ); in ParseText() local 417 void XMLUtil::ConvertUTF32ToUTF8( unsigned long input, char* output, int* length ) in ConvertUTF32ToUTF8() 470 const char* XMLUtil::GetCharacterRef( const char* p, char* value, int* length ) in GetCharacterRef()
|