Searched refs:onlyLineEnds (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/include/
H A DPropSet.h81 bool onlyLineEnds; ///< Delimited by any white space or only line ends member in class:WordList
86 words(0), wordsNoCase(0), list(0), len(0), onlyLineEnds(onlyLineEnds_),
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/contrib/src/stc/scintilla/src/
H A DPropSet.cxx746 static char **ArrayFromWordList(char *wordlist, int *len, bool onlyLineEnds = false) {
757 if (!onlyLineEnds) {
809 words = ArrayFromWordList(list, &len, onlyLineEnds);
823 words = ArrayFromWordList(list, &len, onlyLineEnds);

Completed in 60 milliseconds