/MusicPlayer2/scintilla/lexlib/ |
H A D | StyleContext.cxx | 20 bool StyleContext::MatchIgnoreCase(const char *s) { in MatchIgnoreCase() 39 char *s, in getRange() 49 void StyleContext::GetCurrent(char *s, Sci_PositionU len) { in GetCurrent() 56 char *s, in getRangeLowered() 66 void StyleContext::GetCurrentLowered(char *s, Sci_PositionU len) { in GetCurrentLowered()
|
H A D | WordList.cxx | 119 bool WordList::Set(const char *s) { in Set() 205 bool WordList::InListAbbreviated(const char *s, const char marker) const noexcept { in InListAbbreviated() argument 259 bool WordList::InListAbridged(const char *s, const char marker) const noexcept { in InListAbridged() argument
|
H A D | StyleContext.h | 188 bool Match(const char *s) { in Match()
|
H A D | PropSetSimple.cxx | 67 void PropSetSimple::SetMultiple(const char *s) { in SetMultiple()
|
H A D | SubStyles.h | 52 int ValueFor(const std::string &s) const { in ValueFor()
|
H A D | LexAccessor.h | 100 bool Match(Sci_Position pos, const char *s) { in Match()
|
/MusicPlayer2/MusicPlayer2/taglib/ |
H A D | tstring.h | 46 #define QStringToTString(s) TagLib::String(s.toUtf8().data(), TagLib::String::UTF8) argument 48 #define QStringToTString(s) TagLib::String(s.utf8().data(), TagLib::String::UTF8) argument 61 #define TStringToQString(s) QString::fromUtf8(s.toCString(true)) argument
|
/MusicPlayer2/MusicPlayer2/ |
H A D | ColorConvert.cpp | 26 float h = 0, s = 0, l = 0; in RGBtoHSL() local 81 float s = hsl->saturation / 100.f; // s must be [0, 1] in HSLtoRGB() local
|
H A D | md5.cpp | 19 static uint32_t s[] = { 7, 12, 17, 22, 7, 12, 17, 22, 7, 12, 17, 22, 7, 12, 17, 22, variable
|
H A D | LastFM.cpp | 15 auto s = CCommon::UnicodeToStr(data, CodeType::UTF8); in XMLHelper() local 301 auto s = doc.NewElement("string"); in GetPostData() local
|
H A D | CueFile.cpp | 11 int m{}, s{}, f{}; in CueTime2Time() local
|
H A D | FfmpegCore.cpp | 586 std::wstring s = CCommon::StrToUnicode(std::string(buf, r), CodeType::UTF8); in LogCallback() local
|
H A D | Lyric.cpp | 380 for (auto& s : time_raw_s) in DisposeKsc() local
|
/MusicPlayer2/scintilla/src/ |
H A D | XPM.cxx | 27 const char *NextField(const char *s) noexcept { in NextField() 42 size_t MeasureLength(const char *s) noexcept { in MeasureLength()
|
H A D | SplitVector.h | 238 …void InsertFromArray(ptrdiff_t positionToInsert, const T s[], ptrdiff_t positionFrom, ptrdiff_t in… in InsertFromArray()
|
H A D | UniConversion.cxx | 387 const char *s = text.c_str(); in FixInvalidUTF8() local
|
H A D | CellBuffer.cxx | 642 const char *CellBuffer::InsertString(Sci::Position position, const char *s, Sci::Position insertLen… in InsertString() 730 bool CellBuffer::ContainsLineEnd(const char *s, Sci::Position length) const noexcept { in ContainsLineEnd() argument 956 void CellBuffer::BasicInsertString(Sci::Position position, const char *s, Sci::Position insertLengt… in BasicInsertString()
|
H A D | CaseConvert.cxx | 818 std::string CaseConvertString(const std::string &s, enum CaseConversion conversion) { in CaseConvertString()
|
H A D | PositionCache.cxx | 725 unsigned int PositionCacheEntry::Hash(unsigned int styleNumber_, const char *s, unsigned int len_) … in Hash() 774 const char *s, unsigned int len, XYPOSITION *positions, const Document *pdoc) { in MeasureWidths()
|
H A D | Document.cxx | 1243 Sci::Position Document::InsertString(Sci::Position position, const char *s, Sci::Position insertLen… in InsertString() 1290 void Document::ChangeInsertion(const char *s, Sci::Position length) { in ChangeInsertion() 1629 std::string Document::TransformLineEnds(const char *s, size_t len, int eolModeWanted) { in TransformLineEnds() 3114 … Cxx11RegexFindText(const Document *doc, Sci::Position minPos, Sci::Position maxPos, const char *s, in Cxx11RegexFindText() 3165 …on BuiltinRegex::FindText(Document *doc, Sci::Position minPos, Sci::Position maxPos, const char *s, in FindText()
|
H A D | ScintillaBase.cxx | 86 void ScintillaBase::AddCharUTF(const char *s, unsigned int len, bool /*treatAsDBCS*/) { in AddCharUTF()
|
H A D | Document.h | 320 …bool ContainsLineEnd(const char *s, Sci::Position length) const noexcept { return cb.ContainsLineE… in ContainsLineEnd()
|
H A D | Editor.h | 66 std::string s; variable
|
/MusicPlayer2/scintilla/win32/ |
H A D | ScintillaWin.cxx | 867 const std::string s = RangeText(targetRange.start.Position(), targetRange.end.Position()); in TargetAsUTF8() local 2396 std::string ScintillaWin::CaseMapString(const std::string &s, int caseMapping) { in CaseMapString()
|
H A D | PlatWin.cxx | 2527 char *SetWords(const char *s) { in SetWords() 3469 void Platform::DebugDisplay(const char *s) { in DebugDisplay()
|