Home
last modified time | relevance | path

Searched defs:bytes (Results 1 – 4 of 4) sorted by relevance

/MusicPlayer2/scintilla/src/
H A DCaseConvert.cxx622 unsigned char bytes[UTF8MaxBytes + 1]{}; in CaseConvertString() local
H A DDocument.cxx406 const unsigned char bytes[] = { in LineEnd() local
2053 char bytes[UTF8MaxBytes + 1] = ""; in FindText() local
2112 char bytes[maxBytesCharacter + 1]; in FindText() local
H A DCellBuffer.cxx845 const unsigned char bytes[] = { in UTF8LineEndOverlaps() local
/MusicPlayer2/scintilla/win32/
H A DScintillaWin.cxx2457 void Allocate(size_t bytes) noexcept { in Allocate()