Home
last modified time | relevance | path

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

/MusicPlayer2/scintilla/src/
H A DCellBuffer.cxx33 struct CountWidths { struct
36 Sci::Position countBasePlane;
37 Sci::Position countOtherPlanes;
38 CountWidths(Sci::Position countBasePlane_=0, Sci::Position countOtherPlanes_=0) noexcept : in CountWidths() function
42 CountWidths operator-() const noexcept { in operator -()
45 Sci::Position WidthUTF32() const noexcept { in WidthUTF32()
49 Sci::Position WidthUTF16() const noexcept { in WidthUTF16()
53 void CountChar(int lenChar) noexcept { in CountChar()