Searched refs:AtEOL (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 DLexYAML.cxx28 static inline bool AtEOL(Accessor &styler, unsigned int i) { function
171 if (AtEOL(styler, i) || (linePos >= sizeof(lineBuffer) - 1)) {
H A DLexOthers.cxx31 static inline bool AtEOL(Accessor &styler, unsigned int i) { function
467 if (AtEOL(styler, i) || (linePos >= sizeof(lineBuffer) - 1)) {
537 if (AtEOL(styler, i) || (linePos >= sizeof(lineBuffer) - 1)) {
625 if (AtEOL(styler, i) || (linePos >= sizeof(lineBuffer) - 1)) {
782 if (AtEOL(styler, i) || (linePos >= sizeof(lineBuffer) - 1)) {
1001 if (AtEOL(styler, i) || (linePos >= sizeof(lineBuffer) - 1)) {

Completed in 108 milliseconds