Home
last modified time | relevance | path

Searched refs:UTF8IsMultibyteLineEnd (Results 1 – 2 of 2) sorted by relevance

/MusicPlayer2/scintilla/src/
H A DUniConversion.h79 constexpr bool UTF8IsMultibyteLineEnd(unsigned char ch0, unsigned char ch1, unsigned char ch2) noex… in UTF8IsMultibyteLineEnd() function
H A DCellBuffer.cxx738 if (UTF8IsMultibyteLineEnd(chBeforePrev, chPrev, ch)) { in ContainsLineEnd()
910 if (UTF8IsMultibyteLineEnd(chBeforePrev, chPrev, ch)) { in ResetLineEnds()
1084 if (UTF8IsMultibyteLineEnd(chBeforePrev, chPrev, ch)) { in BasicInsertString()