Home
last modified time | relevance | path

Searched refs:SD_CD_CR (Results 1 – 5 of 5) sorted by relevance

/dports/editors/yudit/yudit-3.0.7/stoolkit/
H A DSParagraph.cpp90 case SD_CD_CR: in SParagraph()
352 else if (len >= 2 && ret[len-2] == SD_CD_CR && ret[len-1] == SD_CD_LF) in getChars()
364 else if (len >= 1 && ret[len-1] == SD_CD_CR) in getChars()
385 ret.append (SD_CD_CR); in getChars()
388 ret.append (SD_CD_CR); in getChars()
871 v.append (SD_CD_CR); in setParagraphSeparator()
872 newg = SGlyph(v, SD_CD_CR, false, 0, 0); in setParagraphSeparator()
875 v.append (SD_CD_CR); in setParagraphSeparator()
1028 case SD_CD_CR: in split()
H A DSCharClass.h105 #define SD_CD_CR ((SS_UCS4)'\r') macro
H A DSGlyph.cpp255 shared->lineend = (fchar==SD_CD_LF || fchar==SD_CD_CR in SGlyph()
/dports/editors/yudit/yudit-3.0.7/swindow/
H A DSFont.cpp247 if (glyph[0] == SD_CD_CR || glyph[1] == SD_CD_LF) return SFontFB::CRLF; in mapFB()
248 if (glyph[1] == SD_CD_CR || glyph[0] == SD_CD_LF) return SFontFB::LFCR; in mapFB()
252 if (glyph.getChar() == SD_CD_CR) return SFontFB::CR; in mapFB()
/dports/editors/yudit/yudit-3.0.7/swidget/
H A DSTextEdit.cpp1116 if (u==SD_CD_CR || u==SD_CD_LF || u==SD_CD_LS in insertClipboardText()
2741 case SD_CD_CR: in changeDirection()
2753 if (i+1<u4.size() && u4[i+1] == SD_CD_CR) in changeDirection()