Searched refs:IsEOL (Results 1 - 2 of 2) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/contrib/src/stc/scintilla/src/
H A DLexCLW.cxx25 inline bool IsEOL(const int ch) { function
146 if (IsEOL(cCharacter)) {
H A DLexTADS3.cxx56 static inline bool IsEOL(const int ch, const int chNext) { function
126 if (IsEOL(sc.ch, sc.chNext)) {
187 if (IsEOL(sc.ch, sc.chNext)) {
275 if (IsEOL(sc.ch, sc.chNext)) {
313 if (IsEOL(sc.ch, sc.chNext)) {
362 if (IsEOL(sc.ch, sc.chNext)) {
392 if (IsEOL(sc.ch, sc.chNext)) {
409 if (IsEOL(sc.ch, sc.chNext)) {
413 if (IsEOL(sc.ch, sc.chNext)) {
471 if (IsEOL(s
[all...]

Completed in 102 milliseconds