Searched refs:IsAWordStart (Results 1 - 23 of 23) 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 DLexHaskell.cxx59 static inline bool IsAWordStart(const int ch) { function
200 else if (IsAWordStart(sc.ch)) {
H A DLexAVE.cxx37 inline bool IsAWordStart(const int ch) { function
136 } else if (IsAWordStart(sc.ch)) {
H A DLexMatlab.cxx49 static inline bool IsAWordStart(const int ch) { function
H A DLexTCL.cxx29 static inline bool IsAWordStart(int ch) { function
110 expected &= isspacechar(static_cast<unsigned char>(sc.ch)) || IsAWordStart(sc.ch) || sc.ch =='#';
239 expected = IsAWordStart(sc.ch)|| isspacechar(static_cast<unsigned char>(sc.ch));
289 if (IsAWordStart(sc.ch)) {
H A DLexAsm.cxx32 static inline bool IsAWordStart(const int ch) { function
151 } else if (IsAWordStart(sc.ch)) {
H A DLexEiffel.cxx38 static inline bool IsAWordStart(unsigned int ch) { function
104 } else if (IsAWordStart(sc.ch)) {
H A DLexPB.cxx61 static inline bool IsAWordStart(const int ch) function
165 else if (IsAWordStart(sc.ch)) {sc.SetState(SCE_B_KEYWORD);}
H A DLexBaan.cxx28 static inline bool IsAWordStart(const int ch) { function
104 } else if (IsAWordStart(sc.ch)) {
H A DLexCsound.cxx29 static inline bool IsAWordStart(const int ch) { function
126 } else if (IsAWordStart(sc.ch)) {
H A DLexEScript.cxx28 static inline bool IsAWordStart(const int ch) { function
123 } else if (IsAWordStart(sc.ch) || (sc.ch == '#')) {
H A DLexPOV.cxx36 static inline bool IsAWordStart(int ch) { function
193 } else if (IsAWordStart(sc.ch)) {
H A DLexTADS3.cxx76 static inline bool IsAWordStart(const int ch) { function
545 } else if (IsAWordStart(sc.ch)) {
H A DLexFortran.cxx27 static inline bool IsAWordStart(const int ch) { function
211 } else if (IsAWordStart(sc.ch)) {
H A DLexGui4Cli.cxx45 static inline bool IsAWordStart(const int ch) { function
H A DLexSQL.cxx27 static inline bool IsAWordStart(int ch) { function
181 } else if (IsAWordStart(sc.ch)) {
H A DLexVHDL.cxx42 static inline bool IsAWordStart(const int ch) { function
121 } else if (IsAWordStart(sc.ch)) {
215 if(!IsAWordChar(chPrev) && IsAWordStart(ch) && (end != 0))
296 if(!IsAWordChar(chPrev) && IsAWordStart(ch))
H A DLexAU3.cxx74 static inline bool IsAWordStart(const int ch) function
261 if (IsAWordStart(static_cast<char>(sc.ch)) || IsAOperator(static_cast<char>(sc.ch))) {
546 else if (IsAWordStart(sc.ch)) {sc.SetState(SCE_AU3_KEYWORD);}
726 if (IsAWordChar(ch) || IsAWordStart(ch) || ch == ';') {
H A DLexPython.cxx89 static inline bool IsAWordStart(int ch) { function
280 } else if (IsAWordStart(sc.ch)) {
H A DLexCPP.cxx34 static inline bool IsAWordStart(int ch) { function
286 } else if (IsAWordStart(sc.ch) || (sc.ch == '@')) {
H A DLexLua.cxx31 static inline bool IsAWordStart(int ch) { function
233 } else if (IsAWordStart(sc.ch)) {
H A DLexSpecman.cxx33 static inline bool IsAWordStart(const int ch) { function
148 } else if (IsAWordStart(sc.ch)) {
H A DLexRebol.cxx34 static inline bool IsAWordStart(const int ch, const int ch2) { function
240 } else if (IsAWordStart(sc.ch, sc.chNext)) {
H A DLexHTML.cxx34 static inline bool IsAWordStart(const int ch) { function
1765 } else if (IsAWordStart(sc.ch)) {

Completed in 111 milliseconds